PHP WebShell
Текущая директория: /opt/BitGoJS/modules/sdk-coin-atom/dist/src
Просмотр файла: atom.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';
export declare class Atom extends CosmosCoin {
protected readonly _staticsCoin: Readonly<StaticsBaseCoin>;
protected constructor(bitgo: BitGoBase, staticsCoin?: Readonly<StaticsBaseCoin>);
static createInstance(bitgo: BitGoBase, staticsCoin?: Readonly<StaticsBaseCoin>): BaseCoin;
/** @inheritDoc **/
getBaseFactor(): string | number;
getBuilder(): TransactionBuilderFactory;
/** @inheritDoc **/
isValidAddress(address: string): boolean;
/** @inheritDoc **/
getDenomination(): string;
/** @inheritDoc **/
getGasAmountDetails(): GasAmountDetails;
/** @inheritDoc **/
getKeyPair(publicKey: string): CosmosKeyPair;
/**
* Get the public node url from the Environments constant we have defined
*/
protected getPublicNodeUrl(): string;
getAddressFromPublicKey(pubKey: string): string;
}
//# sourceMappingURL=atom.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!