PHP WebShell
Текущая директория: /opt/BitGoJS/modules/sdk-coin-arbeth/dist/src
Просмотр файла: arbeth.d.ts
/**
* @prettier
*/
import { BaseCoin, BitGoBase, MPCAlgorithm, MultisigType } from '@bitgo/sdk-core';
import { BaseCoin as StaticsBaseCoin } from '@bitgo/statics';
import { AbstractEthLikeNewCoins, TransactionBuilder as EthLikeTransactionBuilder } from '@bitgo/abstract-eth';
export declare class Arbeth extends AbstractEthLikeNewCoins {
protected constructor(bitgo: BitGoBase, staticsCoin?: Readonly<StaticsBaseCoin>);
static createInstance(bitgo: BitGoBase, staticsCoin?: Readonly<StaticsBaseCoin>): BaseCoin;
protected getTransactionBuilder(): EthLikeTransactionBuilder;
supportsTss(): boolean;
/** @inheritDoc */
getMPCAlgorithm(): MPCAlgorithm;
/**
* Make a query to Arbiscan for information such as balance, token balance, solidity calls
* @param {Object} query key-value pairs of parameters to append after /api
* @returns {Promise<Object>} response from Arbiscan
*/
recoveryBlockchainExplorerQuery(query: Record<string, string>): Promise<Record<string, unknown>>;
/**
* Check whether gas limit passed in by user are within our max and min bounds
* If they are not set, set them to the defaults
* @param {number} userGasLimit user defined gas limit
* @returns {number} the gas limit to use for this transaction
*/
setGasLimit(userGasLimit?: number): number;
/** {@inheritDoc } **/
supportsMultisig(): boolean;
/** inherited doc */
getDefaultMultisigType(): MultisigType;
}
//# sourceMappingURL=arbeth.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!