PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@bitgo/sdk-coin-hash/dist/src
Просмотр файла: hashToken.d.ts
import { BitGoBase, CoinConstructor, NamedCoinConstructor } from '@bitgo/sdk-core';
import { CosmosTokenConfig } from '@bitgo/statics';
import { Hash } from './hash';
import { HashUtils } from './lib/utils';
export declare class HashToken extends Hash {
readonly tokenConfig: CosmosTokenConfig;
protected readonly _utils: HashUtils;
constructor(bitgo: BitGoBase, tokenConfig: CosmosTokenConfig);
static createTokenConstructor(config: CosmosTokenConfig): CoinConstructor;
static createTokenConstructors(tokenConfigs?: CosmosTokenConfig[]): NamedCoinConstructor[];
get name(): string;
get coin(): string;
get network(): string;
get denom(): string;
get decimalPlaces(): number;
getChain(): string;
getBaseChain(): string;
getFullName(): string;
getBaseFactor(): number;
getAddressFromPublicKey(publicKey: string): string;
}
//# sourceMappingURL=hashToken.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!