PHP WebShell

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

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

import { CosmosCoin, CosmosKeyPair, GasAmountDetails } from '@bitgo/abstract-cosmos';
import { BaseCoin, BitGoBase } from '@bitgo/sdk-core';
import { BaseCoin as StaticsBaseCoin } from '@bitgo/statics';
import { TransactionBuilderFactory } from './lib';
import { HashUtils } from './lib/utils';
export declare class Hash extends CosmosCoin {
    protected readonly _utils: HashUtils;
    protected readonly _staticsCoin: Readonly<StaticsBaseCoin>;
    protected constructor(bitgo: BitGoBase, staticsCoin?: Readonly<StaticsBaseCoin>);
    static createInstance(bitgo: BitGoBase, staticsCoin?: Readonly<StaticsBaseCoin>): BaseCoin;
    /** @inheritDoc **/
    getBuilder(): TransactionBuilderFactory;
    /** @inheritDoc **/
    getBaseFactor(): string | number;
    /** @inheritDoc **/
    isValidAddress(address: string): boolean;
    /** @inheritDoc **/
    protected getPublicNodeUrl(): string;
    /** @inheritDoc **/
    getDenomination(): string;
    /** @inheritDoc **/
    getGasAmountDetails(): GasAmountDetails;
    /** @inheritDoc **/
    getKeyPair(publicKey: string): CosmosKeyPair;
    /** @inheritDoc **/
    getAddressFromPublicKey(publicKey: string): string;
}
//# sourceMappingURL=hash.d.ts.map

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


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