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

Representation of Stellar ChangeTrust type.

Link to this section Summary

Link to this section Types

Specs

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

Link to this section Functions

Specs

new(asset :: Stellar.XDR.ChangeTrustAsset.t(), limit :: Stellar.XDR.Int64.t()) ::
  t()