PHP WebShell

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

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

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

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


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