EVMTxBaseParams
EVMTxBaseParams<
T
> =object
Defined in: packages/toolboxes/src/evm/types.ts:97
Type Parameters
Section titled “Type Parameters”T
= bigint
Properties
Section titled “Properties”chainId?
Section titled “chainId?”
optional
chainId:T
Defined in: packages/toolboxes/src/evm/types.ts:104
optional
data:string
Defined in: packages/toolboxes/src/evm/types.ts:102
optional
from:string
Defined in: packages/toolboxes/src/evm/types.ts:99
gasLimit?
Section titled “gasLimit?”
optional
gasLimit:T
Defined in: packages/toolboxes/src/evm/types.ts:101
nonce?
Section titled “nonce?”
optional
nonce:number
Defined in: packages/toolboxes/src/evm/types.ts:100
optional
to:string
Defined in: packages/toolboxes/src/evm/types.ts:98
value?
Section titled “value?”
optional
value:T
Defined in: packages/toolboxes/src/evm/types.ts:103