Interface ContractsInstanceStorageQueryResult

interface ContractsInstanceStorageQueryResult {
    value: null | Uint8Array;
}

Properties

Properties

value: null | Uint8Array

Storage value or None if key doesn't exist.