Documentation
¶
Index ¶
- Variables
- type Consensus
- func (x *Consensus) GetApp() uint64
- func (x *Consensus) GetBlock() uint64
- func (*Consensus) ProtoMessage()
- func (x *Consensus) ProtoReflect() protoreflect.Message
- func (x *Consensus) Reset()
- func (x *Consensus) SetApp(v uint64)
- func (x *Consensus) SetBlock(v uint64)
- func (x *Consensus) String() string
- type Consensus_builder
Constants ¶
This section is empty.
Variables ¶
View Source
var File_astria_vendored_tendermint_version_types_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Consensus ¶
type Consensus struct {
Block uint64 `protobuf:"varint,1,opt,name=block,proto3" json:"block,omitempty"`
App uint64 `protobuf:"varint,2,opt,name=app,proto3" json:"app,omitempty"`
// contains filtered or unexported fields
}
func (*Consensus) ProtoReflect ¶
func (x *Consensus) ProtoReflect() protoreflect.Message
Source Files
¶
- types.pb.go
Click to show internal directories.
Click to hide internal directories.