Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AsStoreIter ¶ added in v0.47.0
func ToStoreIterator ¶ added in v0.47.0
func ToStoreIterator(source dbm.Iterator) *AsStoreIter
DBToStoreIterator returns an iterator wrapping the given iterator so that it satisfies the (store/types).Iterator interface.
func (*AsStoreIter) Next ¶ added in v0.47.0
func (it *AsStoreIter) Next()
func (*AsStoreIter) Valid ¶ added in v0.47.0
func (it *AsStoreIter) Valid() bool
Click to show internal directories.
Click to hide internal directories.