UNPKG

stellar-sdk

Version:

A library for working with the Stellar network, including communication with the Horizon and Soroban RPC servers.

12 lines (11 loc) 226 B
export declare namespace Api { interface Record { account_id: string; memo_type?: string; memo?: string; } interface Options { allowHttp?: boolean; timeout?: number; } }