Transaction body for peeking into EVM code storage.

interface EVMCodeQuery {
    address: Uint8Array;
}

Properties

Properties

address: Uint8Array