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) 232 B
import { CallBuilder } from "./call_builder"; import { HttpClient } from "../http-client"; export declare class FriendbotBuilder extends CallBuilder<any> { constructor(serverUrl: URI, httpClient: HttpClient, address: string); }