# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
StoreKeyPrefixOutput defines the prefix for Output and Spent storage.
StoreKeyPrefixOutputSpent defines the prefix for Track spent/unspent Outputs.
No description provided by the author
StoreKeyPrefixSlotDiffs defines the prefix for Slot diffs.
No description provided by the author
# Variables
ErrOutputsSumNotEqualTotalSupply is returned if the sum of the output base token amounts is not equal the total supply of tokens.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
SlotDiff represents the generated and spent outputs by a slot's confirmation.
Spent are already spent TXOs (transaction outputs).
# Type aliases
No description provided by the author
LexicalOrderedOutputs are outputs ordered in lexical order by their outputID.
LexicalOrderedSpents are spents ordered in lexical order by their outputID.
No description provided by the author
OutputConsumer is a function that consumes an output.
OutputIDConsumer is a function that consumes an output ID.
No description provided by the author
SpentConsumer is a function that consumes a spent output.
No description provided by the author