Aller au contenu

SendTransactionParams

Ce contenu n’est pas encore disponible dans votre langue.

SendTransactionParams = { metadata?: ModalRpcMetadata; tx: SendTransactionModalStepType["params"]["tx"]; }

Defined in: actions/wrapper/sendTransaction.ts:13

Parameters to directly show a modal used to send a transaction

optional metadata?: ModalRpcMetadata

Defined in: actions/wrapper/sendTransaction.ts:21

Custom metadata to be passed to the modal


tx: SendTransactionModalStepType["params"]["tx"]

Defined in: actions/wrapper/sendTransaction.ts:17

The transaction to be sent (either a single tx or multiple ones)