View Source StellarBase.XDR.Operations.ChangeTrust (Elixir Stellar Base v0.16.0)

Representation of Stellar ChangeTrust type.

Summary

Types

@type t() :: %StellarBase.XDR.Operations.ChangeTrust{
  asset: StellarBase.XDR.ChangeTrustAsset.t(),
  limit: StellarBase.XDR.Int64.t()
}

Functions