Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultCodeSpace btypes.CodespaceType = "params" CodeInvalidParam btypes.CodeType = 701 // invalid param )
QCP errors reserve 600 ~ 699.
Variables ¶
View Source
var Cdc = baseabci.MakeQBaseCodec()
Functions ¶
func ErrInvalidParam ¶
func RegisterCodec ¶
func RegisterCodec(cdc *amino.Codec)
Types ¶
type KeyValuePair ¶
type KeyValuePair struct { Key []byte Value interface{} }
type KeyValuePairs ¶
type KeyValuePairs []KeyValuePair
Click to show internal directories.
Click to hide internal directories.