PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/stellar-sdk/lib
Просмотр файла: account_response.d.ts
import { Horizon } from "./horizon_api";
import { ServerApi } from "./server_api";
export declare class AccountResponse {
readonly id: string;
readonly paging_token: string;
readonly account_id: string;
sequence: string;
readonly sequence_ledger?: number;
readonly sequence_time?: string;
readonly subentry_count: number;
readonly home_domain?: string;
readonly inflation_destination?: string;
readonly last_modified_ledger: number;
readonly last_modified_time: string;
readonly thresholds: Horizon.AccountThresholds;
readonly flags: Horizon.Flags;
readonly balances: Horizon.BalanceLine[];
readonly signers: ServerApi.AccountRecordSigners[];
readonly data: (options: {
value: string;
}) => Promise<{
value: string;
}>;
readonly data_attr: Record<string, string>;
readonly effects: ServerApi.CallCollectionFunction<ServerApi.EffectRecord>;
readonly offers: ServerApi.CallCollectionFunction<ServerApi.OfferRecord>;
readonly operations: ServerApi.CallCollectionFunction<ServerApi.OperationRecord>;
readonly payments: ServerApi.CallCollectionFunction<ServerApi.PaymentOperationRecord>;
readonly trades: ServerApi.CallCollectionFunction<ServerApi.TradeRecord>;
private readonly _baseAccount;
constructor(response: ServerApi.AccountRecord);
accountId(): string;
sequenceNumber(): string;
incrementSequenceNumber(): void;
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!