UNPKG

@yoroi/types

Version:
8 lines (7 loc) 235 B
export type ExplorersManager = Readonly<{ token: (fingerprint: string) => string address: (address: string) => string tx: (txHash: string) => string pool: (poolId: string) => string stake: (stakeAddress: string) => string }>