PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@bitgo-forks/avalanchejs/dist/vms/common
Просмотр файла: avaxApi.d.ts
import { SignedTx } from '../../serializable/avax';
import type { GetAddressTxsParams, GetAddressTxsResponse } from '../avm/models';
import type { GetBalanceParams, GetBalanceResponse } from '../pvm';
import type { GetTxServerResponse } from '../pvm/privateModels';
import type { GetAssetDescriptionResponse, GetTxParams, GetTxStatusParams, GetTxStatusResponse } from './apiModels';
import { ChainApi } from './chainAPI';
export declare class AvaxApi extends ChainApi {
getAssetDescription(assetID: string): Promise<GetAssetDescriptionResponse>;
getTx: (getTxParams: GetTxParams) => Promise<SignedTx>;
getTxJson: (getTxParams: GetTxParams) => Promise<GetTxServerResponse>;
getTxStatus(getTxStatus: GetTxStatusParams): Promise<GetTxStatusResponse>;
getBalance(getBalanceParams: GetBalanceParams): Promise<GetBalanceResponse>;
getAddressTxs(GetAddressTxsParams: GetAddressTxsParams): Promise<GetAddressTxsResponse>;
}
//# sourceMappingURL=avaxApi.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!