PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@bitgo/sdk-coin-osmo/dist/src
Просмотр файла: osmo.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';
export declare class Osmo extends CosmosCoin {
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;
/** @inheritDoc **/
valuelessTransferAllowed(): boolean;
}
//# sourceMappingURL=osmo.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!