PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@bitgo/sdk-coin-tao/dist/src

Просмотр файла: taoToken.d.ts

import { TaoTokenConfig } from '@bitgo/statics';
import { Tao } from './tao';
import { BitGoBase, CoinConstructor, NamedCoinConstructor } from '@bitgo/sdk-core';
export declare class TaoToken extends Tao {
    readonly tokenConfig: TaoTokenConfig;
    constructor(bitgo: BitGoBase, tokenConfig: TaoTokenConfig);
    static createTokenConstructor(config: TaoTokenConfig): CoinConstructor;
    static createTokenConstructors(tokenConfigs?: TaoTokenConfig[]): NamedCoinConstructor[];
    get name(): string;
    get coin(): string;
    get network(): string;
    get subnetId(): string;
    get decimalPlaces(): number;
    getChain(): string;
    getBaseChain(): string;
    getFullName(): string;
    getBaseFactor(): number;
}
//# sourceMappingURL=taoToken.d.ts.map

Выполнить команду


Для локальной разработки. Не используйте в интернете!