View Source StellarBase.XDR.SCVal (Elixir Stellar Base v0.9.1)
Representation of Stellar SCVal
type.
Link to this section Summary
Link to this section Types
@type t() :: %StellarBase.XDR.SCVal{ type: StellarBase.XDR.SCValType.t(), value: value() }
@type value() :: StellarBase.XDR.Int64.t() | StellarBase.XDR.UInt32.t() | StellarBase.XDR.Int32.t() | StellarBase.XDR.SCStatic.t() | StellarBase.XDR.OptionalSCObject.t() | StellarBase.XDR.SCSymbol.t() | StellarBase.XDR.UInt64.t() | StellarBase.XDR.SCStatus.t()
Link to this section Functions
@spec new(value :: value(), type :: StellarBase.XDR.SCValType.t()) :: t()