type AccessListEntry: { "address": string; "storageKeys": string[]; };
address: string;
storageKeys: string[];
Was this page helpful?