/** * Testnet Hash * * @format */ import { BaseCoin, BitGoBase } from '@bitgo/sdk-core'; import { BaseCoin as StaticsBaseCoin } from '@bitgo/statics'; import { Hash } from './hash'; import { HashUtils } from './lib/utils'; export declare class Thash extends Hash { protected readonly _utils: HashUtils; protected readonly _staticsCoin: Readonly; protected constructor(bitgo: BitGoBase, staticsCoin?: Readonly); static createInstance(bitgo: BitGoBase, staticsCoin?: Readonly): BaseCoin; /** @inheritDoc **/ getAddressFromPublicKey(publicKey: string): string; } //# sourceMappingURL=thash.d.ts.map