Skip to content

SendTransactionModalStepType

SendTransactionModalStepType = GenericModalStepType<"sendTransaction", { tx: SendTransactionTxType | SendTransactionTxType[]; }, { hash: `0x${string}`; }>

Defined in: types/rpc/modal/transaction.ts:29

The send transaction step for a Modal

Input: Either a single tx or an array of tx to be sent Output: The hash of the tx(s) hash (in case of multiple tx, still returns a single hash because it’s bundled on the wallet level)