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) 285 B
export { gatherTxSigners, verifyTxSignedBy } from './utils.js'; export { InvalidChallengeError } from './errors.js'; export { buildChallengeTx, readChallengeTx, verifyChallengeTxSigners, verifyChallengeTxThreshold } from './challenge_transaction.js'; //# sourceMappingURL=index.js.map