/** * Testnet Ton * * @format */ import { BaseCoin, BitGoBase } from '@bitgo-beta/sdk-core'; import { Ton } from './ton'; import { BaseCoin as StaticsBaseCoin } from '@bitgo-beta/statics'; export declare class Tton extends Ton { protected readonly _staticsCoin: Readonly; protected constructor(bitgo: BitGoBase, staticsCoin?: Readonly); static createInstance(bitgo: BitGoBase, staticsCoin?: Readonly): BaseCoin; /** * Identifier for the blockchain which supports this coin */ getChain(): string; /** * Complete human-readable name of this coin */ getFullName(): string; } //# sourceMappingURL=tton.d.ts.map