PreSend

1type PreSend = (
2 this,
3 transaction,
4) => PromiseOrValue<VersionedTransaction | Transaction>;

Defined in: account-kit/react/dist/types/hooks/useSolanaTransaction.d.ts:7

Used right before we send the transaction out, this is going to be the signer.

Parameters

ParameterType

this

void

transaction

VersionedTransaction | Transaction

Returns

PromiseOrValue<VersionedTransaction | Transaction>