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

Representation of Stellar SCSpecFunctionInputV0 type.

Summary

Types

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

Functions

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