UNPKG

stellar-plus

Version:

beta version of stellar-plus, an all-in-one sdk for the Stellar blockchain

6 lines (5 loc) 180 B
import { Horizon } from '@stellar/stellar-sdk'; export type HorizonHandler = { server: Horizon.Server; loadAccount(accountId: string): Promise<Horizon.AccountResponse>; };