PHP WebShell

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

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

import { TransactionType } from '@bitgo/sdk-core';
import { Coin } from '@cosmjs/stargate';
import { CosmosUtils } from '@bitgo/abstract-cosmos';
export declare class OsmoUtils extends CosmosUtils {
    /** @inheritdoc */
    isValidAddress(address: string): boolean;
    /** @inheritdoc */
    isValidValidatorAddress(address: string): boolean;
    /** @inheritdoc */
    isValidContractAddress(address: string): boolean;
    /** @inheritdoc */
    validateAmount(amount: Coin, transactionType?: TransactionType): void;
}
declare const osmoUtils: CosmosUtils;
export default osmoUtils;
//# sourceMappingURL=utils.d.ts.map

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


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