package
0.108.1
Repository: https://github.com/nspcc-dev/neo-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 `maxNum` iterator values.
ValuesTruncated returns an array of up to `maxNum` iterator values.