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

Representation of Stellar AllowTrustResult type.

Link to this section Summary

Link to this section Types

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

Link to this section Functions

@spec new(
  result :: any(),
  code :: StellarBase.XDR.Operations.AllowTrustResultCode.t()
) :: t()