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
Properties
Section titled “Properties”
optionaldata?:Hex
Defined in: types/rpc/modal/transaction.ts:9
to:
Address
Defined in: types/rpc/modal/transaction.ts:8
value?
Section titled “value?”
optionalvalue?:Hex
Defined in: types/rpc/modal/transaction.ts:10