UNPKG

mochimo-wallet

Version:

Mochimo HD Wallet Implementation with React Integration

8 lines (7 loc) 263 B
export declare const useTransaction: () => { isLoading: boolean; error: string | null; pendingTransactions: string[]; sendTransaction: (to: string, amount: bigint, memo?: string) => Promise<string>; removePending: (txHash: string) => void; };