interface AccessTuple {
    address: string;
    storageKeys: string[];
}

Properties

Properties

address: string
storageKeys: string[]