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

Representation of Stellar AllowTrustResult type.

Link to this section Summary

Link to this section Types

Specs

t() :: %Stellar.XDR.Operations.AllowTrustResult{
  code: Stellar.XDR.Operations.AllowTrustResultCode.t(),
  result: any()
}

Link to this section Functions

Specs

new(result :: any(), code :: Stellar.XDR.Operations.AllowTrustResultCode.t()) ::
  t()