UNPKG

koobor-sdk

Version:
6 lines (5 loc) 132 B
export declare class BlockchainInfo { private readonly _chainId; constructor(chainId: string); get chainId(): string; }