package
1.5.0
Repository: https://github.com/nibiruchain/nibiru.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Structs

OrderedMap is a wrapper struct around the built-in map that has guarantees about order because it sorts its keys with a custom sorter.

# Interfaces

Sorter is an interface used for ordering the keys in the OrderedMap.