package
0.21.0
Repository: https://github.com/litegraph/cosmos-sdk.git
Documentation: pkg.go.dev

# Functions

DefaultLinearKeys returns the default setting of LinearOption.
NewLinear constructs new Linear.
NewList constructs new List.
NewQueue constructs new Queue.

# Structs

Linear defines a primitive mapper type.
LinearKeys defines keysions for the key bytes.

# Interfaces

List is a Linear interface that provides list-like functions It panics when the element type cannot be (un/)marshalled by the codec.
Queue is a Linear interface that provides queue-like functions It panics when the element type cannot be (un/)marshalled by the codec.