Transaction body for calling an EVM contract.

interface EVMCall {
    address: Uint8Array;
    data: Uint8Array;
    value: Uint8Array;
}

Properties

Properties

address: Uint8Array
data: Uint8Array
value: Uint8Array