UNPKG

viem

Version:

TypeScript Interface for Ethereum

6 lines (4 loc) 128 B
export type AssetGateway = 'ipfs' | 'arweave' export type AssetGatewayUrls = { [_key in AssetGateway]?: string | undefined }