Evm access list object

See ethereum rpc spec for the meaning of fields

interface AccessList {
    address?: string;
    storageKeys?: string[];
}

Properties

address?: string
storageKeys?: string[]