Skip to content

SendTransactionTxType

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