StellarBase.XDR.Operations.ChangeTrustResult (Elixir Stellar Base v0.2.3) View Source

Representation of Stellar ChangeTrustResult type.

Link to this section Summary

Link to this section Types

Specs

t() :: %StellarBase.XDR.Operations.ChangeTrustResult{
  code: StellarBase.XDR.Operations.ChangeTrustResultCode.t(),
  result: any()
}

Link to this section Functions

Specs

new(
  result :: any(),
  code :: StellarBase.XDR.Operations.ChangeTrustResultCode.t()
) :: t()