View Source StellarBase.XDR.SCSpecFunctionInputV0 (Elixir Stellar Base v0.11.0)

Representation of Stellar SCSpecFunctionInputV0 type.

Link to this section Summary

Link to this section Types

@type doc() :: StellarBase.XDR.String1024.t()
@type name() :: StellarBase.XDR.String30.t()
@type t() :: %StellarBase.XDR.SCSpecFunctionInputV0{
  doc: doc(),
  name: name(),
  type: type()
}

Link to this section Functions

@spec new(doc :: doc(), name :: name(), type :: type()) :: t()