UNPKG

@snowballmoney/chain-agnostic-utils

Version:

Chain agnostic utilities for cross-chain applications

12 lines 250 B
export interface CAIP2 { namespace: string; reference: string; } export interface NetworkMetadata { name: string; currency: string; icon: string; explorerUrl?: string; rpcUrl?: string; } //# sourceMappingURL=index.d.ts.map