PHP WebShell

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

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

import { Ada } from './ada';
import { BitGoBase, CoinConstructor, NamedCoinConstructor } from '@bitgo/sdk-core';
import { AdaTokenConfig } from '@bitgo/statics';
export declare class AdaToken extends Ada {
    readonly tokenConfig: AdaTokenConfig;
    constructor(bitgo: BitGoBase, tokenConfig: AdaTokenConfig);
    static createTokenConstructor(config: AdaTokenConfig): CoinConstructor;
    static createTokenConstructors(tokenConfigs?: AdaTokenConfig[]): NamedCoinConstructor[];
    get name(): string;
    get coin(): string;
    get network(): string;
    get policyId(): string;
    get assetName(): string;
    get decimalPlaces(): number;
    get uniqueAssetId(): string;
    getChain(): string;
    getBaseChain(): string;
    getFullName(): string;
    getBaseFactor(): number;
    /**
     * Flag for sending value of 0
     * @returns {boolean} True if okay to send 0 value, false otherwise
     */
    valuelessTransferAllowed(): boolean;
    /**
     * Flag for sending data along with transactions
     * @returns {boolean} True if okay to send tx data (CELO), false otherwise
     */
    transactionDataAllowed(): boolean;
}
//# sourceMappingURL=adaToken.d.ts.map

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


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