PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/stellar-sdk/lib
Просмотр файла: payment_call_builder.d.ts
/// <reference types="urijs" />
import { CallBuilder } from "./call_builder";
import { ServerApi } from "./server_api";
export declare class PaymentCallBuilder extends CallBuilder<ServerApi.CollectionPage<ServerApi.PaymentOperationRecord>> {
constructor(serverUrl: URI);
forAccount(accountId: string): this;
forLedger(sequence: number | string): this;
forTransaction(transactionId: string): this;
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!