Alchemy Logo

PreSend

type PreSend = (
  this,
  transaction,
) => 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.

ParameterType

this

void

transaction

VersionedTransaction | Transaction

PromiseOrValue<VersionedTransaction | Transaction>

Was this page helpful?