validatorstate

package
v1.23.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 26, 2026 License: BSD-3-Clause Imports: 5 Imported by: 1

Documentation

Index

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 (*GetCurrentValidatorSetRequest) Reset

func (x *GetCurrentValidatorSetRequest) Reset()

func (*GetCurrentValidatorSetRequest) 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 (*GetCurrentValidatorSetResponse) Reset

func (x *GetCurrentValidatorSetResponse) Reset()

func (*GetCurrentValidatorSetResponse) 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) Descriptor() ([]byte, []int)

Deprecated: Use Validator.ProtoReflect.Descriptor instead.

func (*Validator) GetIsActive

func (x *Validator) GetIsActive() bool

func (*Validator) GetIsL1Validator

func (x *Validator) GetIsL1Validator() bool

func (*Validator) GetMinNonce

func (x *Validator) GetMinNonce() uint64

func (*Validator) GetNodeId

func (x *Validator) GetNodeId() []byte

func (*Validator) GetPublicKey

func (x *Validator) GetPublicKey() []byte

func (*Validator) GetStartTime

func (x *Validator) GetStartTime() uint64

func (*Validator) GetValidationId

func (x *Validator) GetValidationId() []byte

func (*Validator) GetWeight

func (x *Validator) GetWeight() uint64

func (*Validator) ProtoMessage

func (*Validator) ProtoMessage()

func (*Validator) ProtoReflect

func (x *Validator) ProtoReflect() protoreflect.Message

func (*Validator) Reset

func (x *Validator) Reset()

func (*Validator) String

func (x *Validator) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL