Transaction body for creating an EVM contract.

interface EVMCreate {
    init_code: Uint8Array;
    value: Uint8Array;
}

Properties

Properties

init_code: Uint8Array
value: Uint8Array