跳转到主要内容
注意: 此页面尚未翻译成中文。以下内容为英文原版。
type AccessListEntry: {
  "address": string;
  "storageKeys": string[];
};
A single AccessList entry of storage keys (slots) for an address.

Type declaration

address

address: string;

storageKeys

storageKeys: string[];

Source

transaction/index.ts:12