Transaction body for peeking into EVM storage.

interface EVMStorageQuery {
    address: Uint8Array;
    index: Uint8Array;
}

Properties

Properties

address: Uint8Array
index: Uint8Array