Documentation
¶
Index ¶
- Variables
- type ValidatorUpdate
- func (x *ValidatorUpdate) ClearPubKey()
- func (x *ValidatorUpdate) GetPower() int64
- func (x *ValidatorUpdate) GetPubKey() *crypto.PublicKey
- func (x *ValidatorUpdate) HasPubKey() bool
- func (*ValidatorUpdate) ProtoMessage()
- func (x *ValidatorUpdate) ProtoReflect() protoreflect.Message
- func (x *ValidatorUpdate) Reset()
- func (x *ValidatorUpdate) SetPower(v int64)
- func (x *ValidatorUpdate) SetPubKey(v *crypto.PublicKey)
- func (x *ValidatorUpdate) String() string
- type ValidatorUpdate_builder
Constants ¶
This section is empty.
Variables ¶
View Source
var File_astria_vendored_tendermint_abci_types_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ValidatorUpdate ¶
type ValidatorUpdate struct {
PubKey *crypto.PublicKey `protobuf:"bytes,1,opt,name=pub_key,json=pubKey,proto3" json:"pub_key,omitempty"`
Power int64 `protobuf:"varint,2,opt,name=power,proto3" json:"power,omitempty"`
// contains filtered or unexported fields
}
func (*ValidatorUpdate) ClearPubKey ¶
func (x *ValidatorUpdate) ClearPubKey()
func (*ValidatorUpdate) GetPower ¶
func (x *ValidatorUpdate) GetPower() int64
func (*ValidatorUpdate) GetPubKey ¶
func (x *ValidatorUpdate) GetPubKey() *crypto.PublicKey
func (*ValidatorUpdate) HasPubKey ¶
func (x *ValidatorUpdate) HasPubKey() bool
func (*ValidatorUpdate) ProtoMessage ¶
func (*ValidatorUpdate) ProtoMessage()
func (*ValidatorUpdate) ProtoReflect ¶
func (x *ValidatorUpdate) ProtoReflect() protoreflect.Message
func (*ValidatorUpdate) Reset ¶
func (x *ValidatorUpdate) Reset()
func (*ValidatorUpdate) SetPower ¶
func (x *ValidatorUpdate) SetPower(v int64)
func (*ValidatorUpdate) SetPubKey ¶
func (x *ValidatorUpdate) SetPubKey(v *crypto.PublicKey)
func (*ValidatorUpdate) String ¶
func (x *ValidatorUpdate) String() string
type ValidatorUpdate_builder ¶
type ValidatorUpdate_builder struct {
PubKey *crypto.PublicKey
Power int64
// contains filtered or unexported fields
}
func (ValidatorUpdate_builder) Build ¶
func (b0 ValidatorUpdate_builder) Build() *ValidatorUpdate
Source Files
¶
- types.pb.go
Click to show internal directories.
Click to hide internal directories.