burst-whale-watch
Version:
An account watcher for Burstcoin
14 lines (13 loc) • 900 B
TypeScript
export declare const selectCurrentAccountIndex: (state: any) => number;
export declare const selectGetAccountBalances: (state: any) => any;
export declare const selectGetTotalBalance: (state: any) => string;
export declare const selectIsLoadingBalances: (state: any) => boolean;
export declare const selectGetAccountTransactions: (state: any) => any;
export declare const selectIsLoadingTransactions: (state: any) => boolean;
export declare const selectGetUsdBurst: (state: any) => string;
export declare const selectGetBtcBurst: (state: any) => string;
export declare const selectGetBtcBurstChange: (state: any) => string;
export declare const selectIsLoadingMarketInfo: (state: any) => boolean;
export declare const selectInfoSourceName: (state: any) => string;
export declare const selectGetBalanceInBtc: (state: any) => string;
export declare const selectGetBalanceInUsd: (state: any) => string;