SolanaTransaction
Defined in: account-kit/react/src/hooks/useSolanaTransaction.ts:64
We wanted to make sure that this will be using the same useMutation that the useSendUserOperation does. We are going to flatten it to make sure that we are abstracting it, and that we have the flattened version here for readability.
See
Properties
Methods
reset()
Defined in: account-kit/react/src/hooks/useSolanaTransaction.ts:75
Returns
void
sendTransaction()
Defined in: account-kit/react/src/hooks/useSolanaTransaction.ts:77
Send the transaction
Parameters
Returns
void
sendTransactionAsync()
Defined in: account-kit/react/src/hooks/useSolanaTransaction.ts:79
Send the transaction asynchronously
Parameters
Returns
Promise
<{ hash
: string
; }>