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

Representation of Stellar SCSpecTypeResult type.

Summary

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()
}

Functions

Link to this function

new(ok_type, error_type)

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