UNPKG

@stellar/stellar-sdk

Version:

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

7 lines (6 loc) 119 B
export declare namespace Api { interface Response { hash: string; result_meta_xdr: string; } }