PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/stellar-sdk/lib
Просмотр файла: trades_call_builder.d.ts
/// <reference types="urijs" />
import { Asset } from "stellar-base";
import { CallBuilder } from "./call_builder";
import { ServerApi } from "./server_api";
export declare class TradesCallBuilder extends CallBuilder<ServerApi.CollectionPage<ServerApi.TradeRecord>> {
constructor(serverUrl: URI);
forAssetPair(base: Asset, counter: Asset): this;
forOffer(offerId: string): this;
forType(tradeType: ServerApi.TradeType): this;
forAccount(accountId: string): this;
forLiquidityPool(liquidityPoolId: string): this;
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!