PHP WebShell

Текущая директория: /opt/BitGoJS/modules/sdk-coin-cronos/dist/src

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

import { BaseCoin, BitGoBase } from '@bitgo/sdk-core';
import { BaseCoin as StaticsBaseCoin } from '@bitgo/statics';
import { CosmosCoin, CosmosKeyPair, GasAmountDetails } from '@bitgo/abstract-cosmos';
import { TransactionBuilderFactory } from './lib';
import { Utils } from './lib/utils';
/**
 *
 * Full Name: Cronos
 * Website: https://cronos-pos.org/
 * Docs: https://docs.cronos-pos.org/
 * GitHub : https://github.com/crypto-org-chain/chain-main
 */
export declare class Cronos extends CosmosCoin {
    protected readonly _utils: Utils;
    protected readonly _staticsCoin: Readonly<StaticsBaseCoin>;
    protected constructor(bitgo: BitGoBase, staticsCoin?: Readonly<StaticsBaseCoin>);
    static createInstance(bitgo: BitGoBase, staticsCoin?: Readonly<StaticsBaseCoin>): BaseCoin;
    /** @inheritDoc **/
    getBaseFactor(): number;
    /** @inheritDoc **/
    getBuilder(): TransactionBuilderFactory;
    /** @inheritDoc **/
    isValidAddress(address: string): boolean;
    /** @inheritDoc **/
    getDenomination(): string;
    /** @inheritDoc **/
    getGasAmountDetails(): GasAmountDetails;
    /** @inheritDoc **/
    getKeyPair(publicKey: string): CosmosKeyPair;
    /** @inheritDoc **/
    protected getPublicNodeUrl(): string;
    /** @inheritDoc **/
    getAddressFromPublicKey(pubKey: string): string;
}
//# sourceMappingURL=cronos.d.ts.map

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


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