EthTransactionRequest
@liquidium/client / EthTransactionRequest
Interface: EthTransactionRequest
Defined in: packages/client/src/core/wallet-actions.ts:23
EVM transaction request passed to wallet adapters.
Properties
chainId?
optionalchainId?:number
Defined in: packages/client/src/core/wallet-actions.ts:31
Optional EVM chain id for wallet implementations that require it.
data?
optionaldata?:string
Defined in: packages/client/src/core/wallet-actions.ts:27
Hex-encoded calldata for contract interactions.
to
to:
string
Defined in: packages/client/src/core/wallet-actions.ts:25
Destination address or contract address.
value?
optionalvalue?:string
Defined in: packages/client/src/core/wallet-actions.ts:29
Native ETH value in wei, serialized as a decimal string.