PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@bitgo-forks/avalanchejs/dist/es/vms/evm

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

import { SignedTx } from '../../serializable/avax';
import { Api } from '../common/baseApi';
import { ChainApi } from '../common/chainAPI';
import type { GetAtomicTxParams, GetAtomicTxStatusResponse } from './model';
export declare class EVMApi extends ChainApi {
    ethAPI: EthereumAPI;
    constructor(baseURL?: string);
    getAtomicTx: (getTxParams: GetAtomicTxParams) => Promise<SignedTx>;
    getBaseFee(): Promise<bigint>;
    getAtomicTxStatus(txID: string): Promise<GetAtomicTxStatusResponse>;
}
declare class EthereumAPI extends Api {
    constructor(baseURL?: string);
    getBaseFee(): Promise<bigint>;
}
export {};
//# sourceMappingURL=api.d.ts.map

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


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