Documentation
¶
Index ¶
- Variables
- type GetChainIDRequest
- type GetChainIDResponse
- func (*GetChainIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetChainIDResponse) GetChainId() []byte
- func (*GetChainIDResponse) ProtoMessage()
- func (x *GetChainIDResponse) ProtoReflect() protoreflect.Message
- func (x *GetChainIDResponse) Reset()
- func (x *GetChainIDResponse) String() string
- type GetCurrentHeightResponse
- func (*GetCurrentHeightResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCurrentHeightResponse) GetHeight() uint64
- func (*GetCurrentHeightResponse) ProtoMessage()
- func (x *GetCurrentHeightResponse) ProtoReflect() protoreflect.Message
- func (x *GetCurrentHeightResponse) Reset()
- func (x *GetCurrentHeightResponse) String() string
- type GetCurrentValidatorSetRequest
- func (*GetCurrentValidatorSetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCurrentValidatorSetRequest) GetChainId() []byte
- func (*GetCurrentValidatorSetRequest) ProtoMessage()
- func (x *GetCurrentValidatorSetRequest) ProtoReflect() protoreflect.Message
- func (x *GetCurrentValidatorSetRequest) Reset()
- func (x *GetCurrentValidatorSetRequest) String() string
- type GetCurrentValidatorSetResponse
- func (*GetCurrentValidatorSetResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCurrentValidatorSetResponse) GetCurrentHeight() uint64
- func (x *GetCurrentValidatorSetResponse) GetValidators() []*Validator
- func (*GetCurrentValidatorSetResponse) ProtoMessage()
- func (x *GetCurrentValidatorSetResponse) ProtoReflect() protoreflect.Message
- func (x *GetCurrentValidatorSetResponse) Reset()
- func (x *GetCurrentValidatorSetResponse) String() string
- type GetMinimumHeightResponse
- func (*GetMinimumHeightResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetMinimumHeightResponse) GetHeight() uint64
- func (*GetMinimumHeightResponse) ProtoMessage()
- func (x *GetMinimumHeightResponse) ProtoReflect() protoreflect.Message
- func (x *GetMinimumHeightResponse) Reset()
- func (x *GetMinimumHeightResponse) String() string
- type GetValidatorSetRequest
- func (*GetValidatorSetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetValidatorSetRequest) GetChainId() []byte
- func (x *GetValidatorSetRequest) GetHeight() uint64
- func (*GetValidatorSetRequest) ProtoMessage()
- func (x *GetValidatorSetRequest) ProtoReflect() protoreflect.Message
- func (x *GetValidatorSetRequest) Reset()
- func (x *GetValidatorSetRequest) String() string
- type GetValidatorSetResponse
- func (*GetValidatorSetResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetValidatorSetResponse) GetValidators() []*Validator
- func (*GetValidatorSetResponse) ProtoMessage()
- func (x *GetValidatorSetResponse) ProtoReflect() protoreflect.Message
- func (x *GetValidatorSetResponse) Reset()
- func (x *GetValidatorSetResponse) String() string
- type Validator
- func (*Validator) Descriptor() ([]byte, []int)deprecated
- func (x *Validator) GetIsActive() bool
- func (x *Validator) GetIsL1Validator() bool
- func (x *Validator) GetMinNonce() uint64
- func (x *Validator) GetNodeId() []byte
- func (x *Validator) GetPublicKey() []byte
- func (x *Validator) GetStartTime() uint64
- func (x *Validator) GetValidationId() []byte
- func (x *Validator) GetWeight() uint64
- func (*Validator) ProtoMessage()
- func (x *Validator) ProtoReflect() protoreflect.Message
- func (x *Validator) Reset()
- func (x *Validator) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_validatorstate_validator_state_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type GetChainIDRequest ¶ added in v1.22.87
type GetChainIDRequest struct {
ChainId []byte `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
// contains filtered or unexported fields
}
func (*GetChainIDRequest) Descriptor
deprecated
added in
v1.22.87
func (*GetChainIDRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetChainIDRequest.ProtoReflect.Descriptor instead.
func (*GetChainIDRequest) GetChainId ¶ added in v1.22.87
func (x *GetChainIDRequest) GetChainId() []byte
func (*GetChainIDRequest) ProtoMessage ¶ added in v1.22.87
func (*GetChainIDRequest) ProtoMessage()
func (*GetChainIDRequest) ProtoReflect ¶ added in v1.22.87
func (x *GetChainIDRequest) ProtoReflect() protoreflect.Message
func (*GetChainIDRequest) Reset ¶ added in v1.22.87
func (x *GetChainIDRequest) Reset()
func (*GetChainIDRequest) String ¶ added in v1.22.87
func (x *GetChainIDRequest) String() string
type GetChainIDResponse ¶ added in v1.22.87
type GetChainIDResponse struct {
ChainId []byte `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
// contains filtered or unexported fields
}
func (*GetChainIDResponse) Descriptor
deprecated
added in
v1.22.87
func (*GetChainIDResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetChainIDResponse.ProtoReflect.Descriptor instead.
func (*GetChainIDResponse) GetChainId ¶ added in v1.22.87
func (x *GetChainIDResponse) GetChainId() []byte
func (*GetChainIDResponse) ProtoMessage ¶ added in v1.22.87
func (*GetChainIDResponse) ProtoMessage()
func (*GetChainIDResponse) ProtoReflect ¶ added in v1.22.87
func (x *GetChainIDResponse) ProtoReflect() protoreflect.Message
func (*GetChainIDResponse) Reset ¶ added in v1.22.87
func (x *GetChainIDResponse) Reset()
func (*GetChainIDResponse) String ¶ added in v1.22.87
func (x *GetChainIDResponse) String() string
type GetCurrentHeightResponse ¶
type GetCurrentHeightResponse struct {
Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
// contains filtered or unexported fields
}
func (*GetCurrentHeightResponse) Descriptor
deprecated
func (*GetCurrentHeightResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCurrentHeightResponse.ProtoReflect.Descriptor instead.
func (*GetCurrentHeightResponse) GetHeight ¶
func (x *GetCurrentHeightResponse) GetHeight() uint64
func (*GetCurrentHeightResponse) ProtoMessage ¶
func (*GetCurrentHeightResponse) ProtoMessage()
func (*GetCurrentHeightResponse) ProtoReflect ¶
func (x *GetCurrentHeightResponse) ProtoReflect() protoreflect.Message
func (*GetCurrentHeightResponse) Reset ¶
func (x *GetCurrentHeightResponse) Reset()
func (*GetCurrentHeightResponse) String ¶
func (x *GetCurrentHeightResponse) String() string
type GetCurrentValidatorSetRequest ¶
type GetCurrentValidatorSetRequest struct {
ChainId []byte `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
// contains filtered or unexported fields
}
func (*GetCurrentValidatorSetRequest) Descriptor
deprecated
func (*GetCurrentValidatorSetRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCurrentValidatorSetRequest.ProtoReflect.Descriptor instead.
func (*GetCurrentValidatorSetRequest) GetChainId ¶ added in v1.22.84
func (x *GetCurrentValidatorSetRequest) GetChainId() []byte
func (*GetCurrentValidatorSetRequest) ProtoMessage ¶
func (*GetCurrentValidatorSetRequest) ProtoMessage()
func (*GetCurrentValidatorSetRequest) ProtoReflect ¶
func (x *GetCurrentValidatorSetRequest) ProtoReflect() protoreflect.Message
func (*GetCurrentValidatorSetRequest) Reset ¶
func (x *GetCurrentValidatorSetRequest) Reset()
func (*GetCurrentValidatorSetRequest) String ¶
func (x *GetCurrentValidatorSetRequest) String() string
type GetCurrentValidatorSetResponse ¶
type GetCurrentValidatorSetResponse struct {
Validators []*Validator `protobuf:"bytes,1,rep,name=validators,proto3" json:"validators,omitempty"`
CurrentHeight uint64 `protobuf:"varint,2,opt,name=current_height,json=currentHeight,proto3" json:"current_height,omitempty"`
// contains filtered or unexported fields
}
func (*GetCurrentValidatorSetResponse) Descriptor
deprecated
func (*GetCurrentValidatorSetResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCurrentValidatorSetResponse.ProtoReflect.Descriptor instead.
func (*GetCurrentValidatorSetResponse) GetCurrentHeight ¶
func (x *GetCurrentValidatorSetResponse) GetCurrentHeight() uint64
func (*GetCurrentValidatorSetResponse) GetValidators ¶
func (x *GetCurrentValidatorSetResponse) GetValidators() []*Validator
func (*GetCurrentValidatorSetResponse) ProtoMessage ¶
func (*GetCurrentValidatorSetResponse) ProtoMessage()
func (*GetCurrentValidatorSetResponse) ProtoReflect ¶
func (x *GetCurrentValidatorSetResponse) ProtoReflect() protoreflect.Message
func (*GetCurrentValidatorSetResponse) Reset ¶
func (x *GetCurrentValidatorSetResponse) Reset()
func (*GetCurrentValidatorSetResponse) String ¶
func (x *GetCurrentValidatorSetResponse) String() string
type GetMinimumHeightResponse ¶
type GetMinimumHeightResponse struct {
Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
// contains filtered or unexported fields
}
func (*GetMinimumHeightResponse) Descriptor
deprecated
func (*GetMinimumHeightResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetMinimumHeightResponse.ProtoReflect.Descriptor instead.
func (*GetMinimumHeightResponse) GetHeight ¶
func (x *GetMinimumHeightResponse) GetHeight() uint64
func (*GetMinimumHeightResponse) ProtoMessage ¶
func (*GetMinimumHeightResponse) ProtoMessage()
func (*GetMinimumHeightResponse) ProtoReflect ¶
func (x *GetMinimumHeightResponse) ProtoReflect() protoreflect.Message
func (*GetMinimumHeightResponse) Reset ¶
func (x *GetMinimumHeightResponse) Reset()
func (*GetMinimumHeightResponse) String ¶
func (x *GetMinimumHeightResponse) String() string
type GetValidatorSetRequest ¶
type GetValidatorSetRequest struct {
Height uint64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
ChainId []byte `protobuf:"bytes,2,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
// contains filtered or unexported fields
}
func (*GetValidatorSetRequest) Descriptor
deprecated
func (*GetValidatorSetRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetValidatorSetRequest.ProtoReflect.Descriptor instead.
func (*GetValidatorSetRequest) GetChainId ¶ added in v1.22.84
func (x *GetValidatorSetRequest) GetChainId() []byte
func (*GetValidatorSetRequest) GetHeight ¶
func (x *GetValidatorSetRequest) GetHeight() uint64
func (*GetValidatorSetRequest) ProtoMessage ¶
func (*GetValidatorSetRequest) ProtoMessage()
func (*GetValidatorSetRequest) ProtoReflect ¶
func (x *GetValidatorSetRequest) ProtoReflect() protoreflect.Message
func (*GetValidatorSetRequest) Reset ¶
func (x *GetValidatorSetRequest) Reset()
func (*GetValidatorSetRequest) String ¶
func (x *GetValidatorSetRequest) String() string
type GetValidatorSetResponse ¶
type GetValidatorSetResponse struct {
Validators []*Validator `protobuf:"bytes,1,rep,name=validators,proto3" json:"validators,omitempty"`
// contains filtered or unexported fields
}
func (*GetValidatorSetResponse) Descriptor
deprecated
func (*GetValidatorSetResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetValidatorSetResponse.ProtoReflect.Descriptor instead.
func (*GetValidatorSetResponse) GetValidators ¶
func (x *GetValidatorSetResponse) GetValidators() []*Validator
func (*GetValidatorSetResponse) ProtoMessage ¶
func (*GetValidatorSetResponse) ProtoMessage()
func (*GetValidatorSetResponse) ProtoReflect ¶
func (x *GetValidatorSetResponse) ProtoReflect() protoreflect.Message
func (*GetValidatorSetResponse) Reset ¶
func (x *GetValidatorSetResponse) Reset()
func (*GetValidatorSetResponse) String ¶
func (x *GetValidatorSetResponse) String() string
type Validator ¶
type Validator struct {
NodeId []byte `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
Weight uint64 `protobuf:"varint,2,opt,name=weight,proto3" json:"weight,omitempty"`
PublicKey []byte `protobuf:"bytes,3,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"` // Uncompressed public key, can be empty
StartTime uint64 `protobuf:"varint,4,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` // can be empty
MinNonce uint64 `protobuf:"varint,5,opt,name=min_nonce,json=minNonce,proto3" json:"min_nonce,omitempty"` // can be empty
IsActive bool `protobuf:"varint,6,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"` // can be empty
ValidationId []byte `protobuf:"bytes,7,opt,name=validation_id,json=validationId,proto3" json:"validation_id,omitempty"` // can be empty
IsL1Validator bool `protobuf:"varint,8,opt,name=is_l1_validator,json=isL1Validator,proto3" json:"is_l1_validator,omitempty"` // can be empty
// contains filtered or unexported fields
}
func (*Validator) Descriptor
deprecated
func (*Validator) GetIsActive ¶
func (*Validator) GetIsL1Validator ¶
func (*Validator) GetMinNonce ¶
func (*Validator) GetPublicKey ¶
func (*Validator) GetStartTime ¶
func (*Validator) GetValidationId ¶
func (*Validator) ProtoMessage ¶
func (*Validator) ProtoMessage()
func (*Validator) ProtoReflect ¶
func (x *Validator) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.