View Source Stellar.Horizon.Operation.ChangeTrust (Elixir Stellar SDK v0.22.0)

Represents a ChangeTrust operation from Horizon API.

Summary

Types

@type t() :: %Stellar.Horizon.Operation.ChangeTrust{
  asset_code: String.t(),
  asset_issuer: String.t(),
  asset_type: String.t(),
  limit: String.t(),
  liquidity_pool_id: String.t(),
  trustee: String.t(),
  trustor: String.t()
}