UNPKG

@stellar/stellar-sdk

Version:

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

6 lines (5 loc) 249 B
import { CallBuilder } from "./call_builder.js"; import type { HttpClient } from "../http-client/index.js"; export declare class FriendbotBuilder extends CallBuilder<any> { constructor(serverUrl: URL, httpClient: HttpClient, address: string); }