UNPKG

bsv-p2p-wallet-uat

Version:
5 lines (4 loc) 143 B
export declare type AccountTxHistoryEntry = { tx_hash: string; }; export declare type AccountTxHistory = Array<AccountTxHistoryEntry>;