chore: update cosmossdk.io/api mod (#11951)
This commit is contained in:
@@ -2192,7 +2192,7 @@ type SecondaryIndexDescriptor struct {
|
||||
// Index keys are prefixed by the varint encoded table id and the varint
|
||||
// encoded index id plus any additional prefix specified by the schema.
|
||||
//
|
||||
// In addition the the field segments, non-unique index keys are suffixed with
|
||||
// In addition the field segments, non-unique index keys are suffixed with
|
||||
// any additional primary key fields not present in the index fields so that the
|
||||
// primary key can be reconstructed. Unique indexes instead of being suffixed
|
||||
// store the remaining primary key fields in the value..
|
||||
|
||||
@@ -13829,7 +13829,7 @@ type QueryValidatorResponse struct {
|
||||
sizeCache protoimpl.SizeCache
|
||||
unknownFields protoimpl.UnknownFields
|
||||
|
||||
// validator defines the the validator info.
|
||||
// validator defines the validator info.
|
||||
Validator *Validator `protobuf:"bytes,1,opt,name=validator,proto3" json:"validator,omitempty"`
|
||||
}
|
||||
|
||||
@@ -14566,7 +14566,7 @@ type QueryDelegatorValidatorsResponse struct {
|
||||
sizeCache protoimpl.SizeCache
|
||||
unknownFields protoimpl.UnknownFields
|
||||
|
||||
// validators defines the the validators' info of a delegator.
|
||||
// validators defines the validators' info of a delegator.
|
||||
Validators []*Validator `protobuf:"bytes,1,rep,name=validators,proto3" json:"validators,omitempty"`
|
||||
// pagination defines the pagination in the response.
|
||||
Pagination *v1beta1.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
|
||||
@@ -14660,7 +14660,7 @@ type QueryDelegatorValidatorResponse struct {
|
||||
sizeCache protoimpl.SizeCache
|
||||
unknownFields protoimpl.UnknownFields
|
||||
|
||||
// validator defines the the validator info.
|
||||
// validator defines the validator info.
|
||||
Validator *Validator `protobuf:"bytes,1,opt,name=validator,proto3" json:"validator,omitempty"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user