PHP WebShell

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

Просмотр файла: asi.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';
/**
 *
 * Full Name: Fetch Native
 * Website: https://innovationlab.fetch.ai/
 * Docs: https://website.prod.fetch-ai.com/docs/
 * GitHub : https://github.com/fetchai
 */
export declare class Asi extends CosmosCoin {
    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=asi.d.ts.map

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


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