UNPKG

@stellar/stellar-sdk

Version:

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

5 lines (4 loc) 163 B
import { CallBuilder } from "./call_builder"; export declare class FriendbotBuilder extends CallBuilder<any> { constructor(serverUrl: URI, address: string); }