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

Representation of Stellar OptionalSCObject type.

Link to this section Summary

Link to this section Types

@type sc_object() :: StellarBase.XDR.SCObject.t() | nil
@type t() :: %StellarBase.XDR.OptionalSCObject{sc_object: sc_object()}

Link to this section Functions

@spec new(sc_object :: sc_object()) :: t()