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

Representation of Stellar SCSpecTypeResult type.

Link to this section Summary

Link to this section Types

@type error_type() :: StellarBase.XDR.SCSpecTypeDef.t()
@type ok_type() :: StellarBase.XDR.SCSpecTypeDef.t()
@type t() :: %StellarBase.XDR.SCSpecTypeResult{
  error_type: error_type(),
  ok_type: ok_type()
}

Link to this section Functions

Link to this function

new(ok_type, error_type)

View Source
@spec new(ok_type :: ok_type(), error_type :: error_type()) :: t()