Interface EncodedEvmTransaction
interface EncodedEvmTransaction { chainId: number; to: `0x${string}`; data: `0x${string}`; value: bigint;} Properties
ReadonlychainId
chainId: number
Readonlyto
to: `0x${string}`
Readonlydata
data: `0x${string}`
Readonlyvalue
value: bigint
A signer-neutral EVM transaction that can be consumed by a UI or CLI.