StellarBase.XDR.Operations.SetOptionsResult (Elixir Stellar Base v0.8.3) View Source

Representation of Stellar SetOptionsResult type.

Link to this section Summary

Link to this section Types

Specs

t() :: %StellarBase.XDR.Operations.SetOptionsResult{
  code: StellarBase.XDR.Operations.SetOptionsResultCode.t(),
  result: any()
}

Link to this section Functions

Specs

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