UNPKG

@test-org122/hypernet-core

Version:

Hypernet Core. Represents the SDK for running the Hypernet Protocol.

10 lines 307 B
export declare class Token { id: number; tokenAddress: string; capacity: number; symbol: string; decimals: number; name: string; constructor(id: number, tokenAddress: string, capacity: number, symbol: string, decimals: number, name: string); } //# sourceMappingURL=Token.d.ts.map