UNPKG

viem

Version:

TypeScript Interface for Ethereum

5 lines 165 B
export type AssetGateway = 'ipfs' | 'arweave'; export type AssetGatewayUrls = { [_key in AssetGateway]?: string | undefined; }; //# sourceMappingURL=ens.d.ts.map