@divvi/mobile / useSendTransactions
function useSendTransactions(): object
Defined in: packages/@divvi/mobile/src/public/hooks/useSendTransactions.ts:5
object
data: undefined | `0x${string}`[] = asyncCallback.result;
error: undefined | Error = asyncCallback.error;
reset: () => void = asyncCallback.reset;
void
sendTransactions: (...args) => (Promise<`0x${string}`[]> = asyncCallback.execute)
...[PreparedTransactionsPossible
]
Promise
<`0x${string}`
[]>
status: AsyncStatus