Expand description
A module that provides types and syntactic validations of inputs.
Modules§
Structs§
- Treasury
Input TreasuryInputis an input which references a milestone which generated aTreasuryOutput.- Utxo
Input - 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.