Skip to content

AccessListish

type AccessListish =
| AccessList
| [string, string[]][]
| Record<string, string[]>;

Defined in: node_modules/.pnpm/ethers@6.15.0/node_modules/ethers/lib.esm/transaction/index.d.ts:22

Any ethers-supported access list structure.