package
0.0.0-20241208111944-886a677d4f6d
Repository: https://github.com/epicchainlabs/epicchain-go.git
Documentation: pkg.go.dev

# Functions

IsIterator returns whether stackitem implements iterator interface.
Next advances the iterator, pushes true on success and false otherwise.
Value returns current iterator value and depends on iterator type: For slices the result is just value.
Values returns an array of up to `max` iterator values.
ValuesTruncated returns an array of up to `max` iterator values.