Packages

package response

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class AccountResponse(id: PublicKey, lastSequence: Long, subEntryCount: Int, thresholds: Thresholds, authRequired: Boolean, authRevocable: Boolean, balances: List[Balance], signers: List[Signer], sponsor: Option[PublicKey], reservesSponsored: Int, reservesSponsoring: Int, data: Map[String, Array[Byte]]) extends Product with Serializable
  2. case class AssetBalances(authorized: Long, authorizedToMaintainLiabilities: Long, unauthorized: Long) extends Product with Serializable
  3. case class AssetResponse(asset: NonNativeAsset, balances: AssetBalances, numAccounts: Int, authRequired: Boolean, authRevocable: Boolean) extends Product with Serializable
  4. case class DataValueResponse(v: String) extends Product with Serializable
  5. case class EffectAccountCreated(id: String, createdAt: ZonedDateTime, accountId: AccountId, startingBalance: NativeAmount) extends EffectResponse with Product with Serializable
  6. case class EffectAccountCredited(id: String, createdAt: ZonedDateTime, accountId: AccountId, amount: Amount) extends EffectResponse with Product with Serializable
  7. case class EffectAccountDebited(id: String, createdAt: ZonedDateTime, accountId: AccountId, amount: Amount) extends EffectResponse with Product with Serializable
  8. case class EffectAccountFlagsUpdated(id: String, createdAt: ZonedDateTime, accountId: AccountId) extends EffectResponse with Product with Serializable
  9. case class EffectAccountHomeDomainUpdated(id: String, createdAt: ZonedDateTime, accountId: AccountId, domain: String) extends EffectResponse with Product with Serializable
  10. case class EffectAccountInflationDestinationUpdated(id: String, createdAt: ZonedDateTime, accountId: AccountId) extends EffectResponse with Product with Serializable
  11. case class EffectAccountRemoved(id: String, createdAt: ZonedDateTime, accountId: AccountId) extends EffectResponse with Product with Serializable
  12. case class EffectAccountSponsorshipCreated(id: String, createdAt: ZonedDateTime, accountId: AccountId) extends EffectResponse with Product with Serializable
  13. case class EffectAccountThresholdsUpdated(id: String, createdAt: ZonedDateTime, accountId: AccountId, thresholds: Thresholds) extends EffectResponse with Product with Serializable
  14. case class EffectClaimableBalanceClawedBack(id: String, createdAt: ZonedDateTime, balanceId: Long) extends EffectResponse with Product with Serializable
  15. case class EffectDataCreated(id: String, createdAt: ZonedDateTime, accountId: AccountId) extends EffectResponse with Product with Serializable
  16. case class EffectDataRemoved(id: String, createdAt: ZonedDateTime, accountId: AccountId) extends EffectResponse with Product with Serializable
  17. case class EffectDataUpdated(id: String, createdAt: ZonedDateTime, accountId: AccountId) extends EffectResponse with Product with Serializable
  18. sealed trait EffectResponse extends AnyRef
  19. case class EffectSequenceBumped(id: String, createdAt: ZonedDateTime, accountId: AccountId, newSeq: Long) extends EffectResponse with Product with Serializable
  20. case class EffectSignerCreated(id: String, createdAt: ZonedDateTime, accountId: AccountId, weight: Short, publicKey: String) extends EffectResponse with Product with Serializable
  21. case class EffectSignerRemoved(id: String, createdAt: ZonedDateTime, accountId: AccountId, publicKey: String) extends EffectResponse with Product with Serializable
  22. case class EffectSignerSponsorshipCreated(id: String, createdAt: ZonedDateTime, accountId: AccountId, signer: PublicKeyOps, newSponsor: PublicKeyOps) extends EffectResponse with Product with Serializable
  23. case class EffectSignerSponsorshipRemoved(id: String, createdAt: ZonedDateTime, accountId: AccountId, signer: PublicKeyOps, formerSponsor: PublicKeyOps) extends EffectResponse with Product with Serializable
  24. case class EffectSignerSponsorshipUpdated(id: String, createdAt: ZonedDateTime, accountId: AccountId, signer: PublicKeyOps, formerSponsor: PublicKeyOps, newSponsor: PublicKeyOps) extends EffectResponse with Product with Serializable
  25. case class EffectSignerUpdated(id: String, createdAt: ZonedDateTime, accountId: AccountId, weight: Short, publicKey: String) extends EffectResponse with Product with Serializable
  26. case class EffectTrade(id: String, createdAt: ZonedDateTime, offerId: Long, buyer: AccountId, bought: Amount, seller: AccountId, sold: Amount) extends EffectResponse with Product with Serializable
  27. case class EffectTrustLineAuthorized(id: String, createdAt: ZonedDateTime, trustor: PublicKeyOps, asset: NonNativeAsset) extends EffectResponse with Product with Serializable
  28. case class EffectTrustLineAuthorizedToMaintainLiabilities(id: String, createdAt: ZonedDateTime, trustor: PublicKeyOps, asset: NonNativeAsset) extends EffectResponse with Product with Serializable
  29. case class EffectTrustLineCreated(id: String, createdAt: ZonedDateTime, accountId: AccountId, limit: IssuedAmount) extends EffectResponse with Product with Serializable
  30. case class EffectTrustLineDeauthorized(id: String, createdAt: ZonedDateTime, trustor: PublicKeyOps, asset: NonNativeAsset) extends EffectResponse with Product with Serializable
  31. case class EffectTrustLineFlagsUpdated(id: String, createdAt: ZonedDateTime, trustor: PublicKey, asset: NonNativeAsset, authorized: Boolean, authorizedToMaintainLiabilities: Boolean, clawbackEnabled: Boolean) extends EffectResponse with Product with Serializable
  32. case class EffectTrustLineRemoved(id: String, createdAt: ZonedDateTime, accountId: AccountId, asset: NonNativeAsset) extends EffectResponse with Product with Serializable
  33. case class EffectTrustLineSponsorshipCreated(id: String, createdAt: ZonedDateTime, accountId: AccountId, asset: NonNativeAsset, sponsor: PublicKeyOps) extends EffectResponse with Product with Serializable
  34. case class EffectTrustLineUpdated(id: String, createdAt: ZonedDateTime, accountId: AccountId, limit: IssuedAmount) extends EffectResponse with Product with Serializable
  35. case class FederationResponse(address: String, account: PublicKey, memo: Memo = NoMemo) extends Product with Serializable
  36. case class FeeStats(min: NativeAmount, mode: NativeAmount, max: NativeAmount, percentiles: Map[Int, NativeAmount]) extends Product with Serializable
  37. case class FeeStatsResponse(lastLedger: Long, lastLedgerBaseFee: NativeAmount, ledgerCapacityUsage: Double, maxFees: FeeStats, chargedFees: FeeStats) extends Product with Serializable
  38. case class LedgerResponse(id: String, hash: String, previousHash: Option[String], sequence: Long, successTransactionCount: Int, failureTransactionCount: Int, operationCount: Int, closedAt: ZonedDateTime, totalCoins: NativeAmount, feePool: NativeAmount, baseFee: NativeAmount, baseReserve: NativeAmount, maxTxSetSize: Int) extends Product with Serializable
  39. case class NetworkInfo(horizonVersion: String, coreVersion: String, earliestLedger: Long, latestLedger: Long, passphrase: String, currentProtocolVersion: Int, supportedProtocolVersion: Int) extends Product with Serializable

    Information on the network, as provided by the Horizon root document.

  40. case class OfferResponse(id: Long, seller: PublicKeyOps, selling: Amount, buying: Asset, price: Price, lastModifiedLedger: Long, lastModifiedTime: ZonedDateTime, sponsor: Option[PublicKey]) extends Product with Serializable
  41. case class ResponseParseException(doc: String, cause: Throwable) extends Exception with Product with Serializable
  42. class ResponseParser[T] extends CustomSerializer[T]
  43. case class TransactionApproved(hash: String, ledger: Long, envelopeXDR: String, resultXDR: String, resultMetaXDR: String) extends TransactionPostResponse with Product with Serializable

    The data returned from Horizon when a transaction post was accepted into a ledger.

  44. sealed abstract class TransactionPostResponse extends AnyRef
  45. case class TransactionRejected(status: Int, detail: String, resultCode: String, opResultCodes: Seq[String], envelopeXDR: String, resultXDR: String) extends TransactionPostResponse with Product with Serializable

    The data returned from Horizon when a transaction post was rejected.

  46. case class UnrecognisedEffect(id: String, createdAt: ZonedDateTime, json: String) extends EffectResponse with Product with Serializable

Ungrouped