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) 97 B
export interface AccountRecordSigners { key: string; weight: number; type: string; }