Elixir Stellar Base v0.9.1
  • Pages
  • Modules

    View Source StellarBase.XDR.SCObject (Elixir Stellar Base v0.9.1)

    Representation of Stellar SCObjectStellarBase.XDR.SCObject type.

    Link to this section Summary

    Types

    sc_object()
    t()

    Functions

    new(sc_object, type)

    Link to this section Types

    Link to this type

    sc_object()

    View Source
    @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()
    Link to this type

    t()

    View Source
    @type t() :: %StellarBase.XDR.SCObject{
      sc_object: sc_object(),
      type: StellarBase.XDR.SCObjectType.t()
    }

    Link to this section Functions

    Link to this function

    new(sc_object, type)

    View Source
    @spec new(sc_object :: sc_object(), type :: StellarBase.XDR.SCObjectType.t()) :: t()

    Hex Package Hex Preview (current file) Download ePub version

    Built using ExDoc (v0.29.1) for the Elixir programming language