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
Properties
Section titled “Properties”metadata?
Section titled “metadata?”
optionalmetadata?: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)