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

Represents a AllowTrust operation from Horizon API.

Summary

Types

@type t() :: %Stellar.Horizon.Operation.AllowTrust{
  asset_code: String.t(),
  asset_issuer: String.t(),
  asset_type: String.t(),
  authorize: boolean(),
  trustee: String.t(),
  trustor: String.t()
}