Aller au contenu

SendTransactionTxType

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

SendTransactionTxType = { data?: Hex; to: Address; value?: Hex; }

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

Generic format representing a tx to be sent

optional data?: Hex

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


to: Address

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


optional value?: Hex

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