PHP WebShell

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

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

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

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


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