PHP WebShell

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

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

import { EthLikeTokenConfig } from '@bitgo/statics';
import { BitGoBase, CoinConstructor, MPCAlgorithm, NamedCoinConstructor } from '@bitgo/sdk-core';
import { CoinNames, EthLikeToken } from '@bitgo/abstract-eth';
import { TransactionBuilder } from './lib';
export { EthLikeTokenConfig };
export declare class SoneiumToken extends EthLikeToken {
    readonly tokenConfig: EthLikeTokenConfig;
    static coinNames: CoinNames;
    constructor(bitgo: BitGoBase, tokenConfig: EthLikeTokenConfig);
    static createTokenConstructor(config: EthLikeTokenConfig): CoinConstructor;
    static createTokenConstructors(): NamedCoinConstructor[];
    protected getTransactionBuilder(): TransactionBuilder;
    /** @inheritDoc **/
    getMPCAlgorithm(): MPCAlgorithm;
    /** @inheritDoc */
    supportsTss(): boolean;
    /**
     * Make a query to soneium.network 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 soneium.network
     */
    recoveryBlockchainExplorerQuery(query: Record<string, any>): Promise<any>;
    getFullName(): string;
}
//# sourceMappingURL=soneiumToken.d.ts.map

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


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