UNPKG

260 BTypeScriptView Raw
1import type { AccessList, AccessListish } from "./index.js";
2/**
3 * Returns a [[AccessList]] from any ethers-supported access-list structure.
4 */
5export declare function accessListify(value: AccessListish): AccessList;
6//# sourceMappingURL=accesslist.d.ts.map
\No newline at end of file