version

package
v0.0.0-...-891b8cb Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

View Source
var File_tendermint_version_types_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type App

type App struct {
	Protocol uint64 `protobuf:"varint,1,opt,name=protocol,proto3" json:"protocol,omitempty"`
	Software string `protobuf:"bytes,2,opt,name=software,proto3" json:"software,omitempty"`
	// contains filtered or unexported fields
}

App includes the protocol and software version for the application. This information is included in ResponseInfo. The App.Protocol can be updated in ResponseEndBlock.

func (*App) Descriptor deprecated

func (*App) Descriptor() ([]byte, []int)

Deprecated: Use App.ProtoReflect.Descriptor instead.

func (*App) GetProtocol

func (x *App) GetProtocol() uint64

func (*App) GetSoftware

func (x *App) GetSoftware() string

func (*App) ProtoMessage

func (*App) ProtoMessage()

func (*App) ProtoReflect

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

func (*App) Reset

func (x *App) Reset()

func (*App) String

func (x *App) String() string

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
}

Consensus captures the consensus rules for processing a block in the blockchain, including all blockchain data structures and the rules of the application's state transition machine.

func (*Consensus) Descriptor deprecated

func (*Consensus) Descriptor() ([]byte, []int)

Deprecated: Use Consensus.ProtoReflect.Descriptor instead.

func (*Consensus) GetApp

func (x *Consensus) GetApp() uint64

func (*Consensus) GetBlock

func (x *Consensus) GetBlock() uint64

func (*Consensus) ProtoMessage

func (*Consensus) ProtoMessage()

func (*Consensus) ProtoReflect

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

func (*Consensus) Reset

func (x *Consensus) Reset()

func (*Consensus) String

func (x *Consensus) String() string

Jump to

Keyboard shortcuts

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