PHP WebShell

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

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

import { Vet } from './vet';
import { BitGoBase, CoinConstructor, NamedCoinConstructor } from '@bitgo/sdk-core';
import { VetTokenConfig } from '@bitgo/statics';
export declare class VetToken extends Vet {
    readonly tokenConfig: VetTokenConfig;
    constructor(bitgo: BitGoBase, tokenConfig: VetTokenConfig);
    static createTokenConstructor(config: VetTokenConfig): CoinConstructor;
    static createTokenConstructors(): NamedCoinConstructor[];
    get name(): string;
    get coin(): string;
    get network(): string;
    get contractAddress(): string;
    get decimalPlaces(): number;
    getChain(): string;
    getBaseChain(): string;
    getFullName(): string;
    getBaseFactor(): number;
}
//# sourceMappingURL=vetToken.d.ts.map

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


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