View Source StellarBase.XDR.SCObject (Elixir Stellar Base v0.9.0)
Representation of Stellar SCObjectStellarBase.XDR.SCObject
type.
Link to this section Summary
Link to this section Types
@type sc_object() :: StellarBase.XDR.SCVec.t() | StellarBase.XDR.SCMap.t() | StellarBase.XDR.UInt64.t() | StellarBase.XDR.Int64.t() | StellarBase.XDR.Int128Parts.t() | StellarBase.XDR.VariableOpaque256000.t() | StellarBase.XDR.SCContractCode.t() | StellarBase.XDR.SCAddress.t()
@type t() :: %StellarBase.XDR.SCObject{ sc_object: sc_object(), type: StellarBase.XDR.SCObjectType.t() }
Link to this section Functions
@spec new(sc_object :: sc_object(), type :: StellarBase.XDR.SCObjectType.t()) :: t()