@ -26,7 +26,7 @@ var _ = math.Inf
// proto package needs to be updated.
// proto package needs to be updated.
const _ = proto . GoGoProtoPackageIsVersion3 // please upgrade the proto package
const _ = proto . GoGoProtoPackageIsVersion3 // please upgrade the proto package
// Define these here for compatibility but use tmlibs/common.KV Pair.
// Define these here for compatibility but use tmlibs/kv. Pair.
type Pair struct {
type Pair struct {
Key [ ] byte ` protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty" `
Key [ ] byte ` protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty" `
Value [ ] byte ` protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty" `
Value [ ] byte ` protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty" `
@ -82,7 +82,7 @@ func (m *Pair) GetValue() []byte {
return nil
return nil
}
}
// Define these here for compatibility but use tmlibs/common .KI64Pair.
// Define these here for compatibility but use tmlibs/kv .KI64Pair.
type KI64Pair struct {
type KI64Pair struct {
Key [ ] byte ` protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty" `
Key [ ] byte ` protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty" `
Value int64 ` protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty" `
Value int64 ` protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty" `