Module input

Module input 

Source
Expand description

A module that provides types and syntactic validations of inputs.

Modules§

dto

Structs§

TreasuryInput
TreasuryInput is an input which references a milestone which generated a TreasuryOutput.
UtxoInput
Represents an input referencing an output.

Enums§

Input
A generic input supporting different input kinds.

Constants§

INPUT_COUNT_MAX
The maximum number of inputs of a transaction.
INPUT_COUNT_RANGE
The range of valid numbers of inputs of a transaction.
INPUT_INDEX_MAX
The maximum index of inputs of a transaction.
INPUT_INDEX_RANGE
The range of valid indices of inputs of a transaction.