pb

package
v0.0.0-...-0a11024 Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_types_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type BlockParams

type BlockParams struct {
	MaxTxBytes    int64 `protobuf:"zigzag64,1,opt,name=MaxTxBytes,proto3" json:"MaxTxBytes,omitempty"`
	MaxDataBytes  int64 `protobuf:"zigzag64,2,opt,name=MaxDataBytes,proto3" json:"MaxDataBytes,omitempty"`
	MaxBlockBytes int64 `protobuf:"zigzag64,3,opt,name=MaxBlockBytes,proto3" json:"MaxBlockBytes,omitempty"`
	MaxGas        int64 `protobuf:"zigzag64,4,opt,name=MaxGas,proto3" json:"MaxGas,omitempty"`
	TimeIotaMS    int64 `protobuf:"zigzag64,5,opt,name=TimeIotaMS,proto3" json:"TimeIotaMS,omitempty"`
	// contains filtered or unexported fields
}

func (*BlockParams) Descriptor deprecated

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

Deprecated: Use BlockParams.ProtoReflect.Descriptor instead.

func (*BlockParams) GetMaxBlockBytes

func (x *BlockParams) GetMaxBlockBytes() int64

func (*BlockParams) GetMaxDataBytes

func (x *BlockParams) GetMaxDataBytes() int64

func (*BlockParams) GetMaxGas

func (x *BlockParams) GetMaxGas() int64

func (*BlockParams) GetMaxTxBytes

func (x *BlockParams) GetMaxTxBytes() int64

func (*BlockParams) GetTimeIotaMS

func (x *BlockParams) GetTimeIotaMS() int64

func (*BlockParams) ProtoMessage

func (*BlockParams) ProtoMessage()

func (*BlockParams) ProtoReflect

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

func (*BlockParams) Reset

func (x *BlockParams) Reset()

func (*BlockParams) String

func (x *BlockParams) String() string

type ConsensusParams

type ConsensusParams struct {
	Block     *BlockParams     `protobuf:"bytes,1,opt,name=Block,proto3" json:"Block,omitempty"`
	Validator *ValidatorParams `protobuf:"bytes,2,opt,name=Validator,proto3" json:"Validator,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsensusParams) Descriptor deprecated

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

Deprecated: Use ConsensusParams.ProtoReflect.Descriptor instead.

func (*ConsensusParams) GetBlock

func (x *ConsensusParams) GetBlock() *BlockParams

func (*ConsensusParams) GetValidator

func (x *ConsensusParams) GetValidator() *ValidatorParams

func (*ConsensusParams) ProtoMessage

func (*ConsensusParams) ProtoMessage()

func (*ConsensusParams) ProtoReflect

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

func (*ConsensusParams) Reset

func (x *ConsensusParams) Reset()

func (*ConsensusParams) String

func (x *ConsensusParams) String() string

type EventString

type EventString struct {
	Value string `protobuf:"bytes,1,opt,name=Value,proto3" json:"Value,omitempty"`
	// contains filtered or unexported fields
}

func (*EventString) Descriptor deprecated

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

Deprecated: Use EventString.ProtoReflect.Descriptor instead.

func (*EventString) GetValue

func (x *EventString) GetValue() string

func (*EventString) ProtoMessage

func (*EventString) ProtoMessage()

func (*EventString) ProtoReflect

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

func (*EventString) Reset

func (x *EventString) Reset()

func (*EventString) String

func (x *EventString) String() string

type LastCommitInfo

type LastCommitInfo struct {
	Round int32       `protobuf:"zigzag32,1,opt,name=Round,proto3" json:"Round,omitempty"`
	Votes []*VoteInfo `protobuf:"bytes,2,rep,name=Votes,proto3" json:"Votes,omitempty"`
	// contains filtered or unexported fields
}

func (*LastCommitInfo) Descriptor deprecated

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

Deprecated: Use LastCommitInfo.ProtoReflect.Descriptor instead.

func (*LastCommitInfo) GetRound

func (x *LastCommitInfo) GetRound() int32

func (*LastCommitInfo) GetVotes

func (x *LastCommitInfo) GetVotes() []*VoteInfo

func (*LastCommitInfo) ProtoMessage

func (*LastCommitInfo) ProtoMessage()

func (*LastCommitInfo) ProtoReflect

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

func (*LastCommitInfo) Reset

func (x *LastCommitInfo) Reset()

func (*LastCommitInfo) String

func (x *LastCommitInfo) String() string

type MockHeader

type MockHeader struct {
	Version  string               `protobuf:"bytes,1,opt,name=Version,proto3" json:"Version,omitempty"`
	ChainID  string               `protobuf:"bytes,2,opt,name=ChainID,proto3" json:"ChainID,omitempty"`
	Height   int64                `protobuf:"zigzag64,3,opt,name=Height,proto3" json:"Height,omitempty"`
	Time     *timestamp.Timestamp `protobuf:"bytes,4,opt,name=Time,proto3" json:"Time,omitempty"`
	NumTxs   int64                `protobuf:"zigzag64,5,opt,name=NumTxs,proto3" json:"NumTxs,omitempty"`
	TotalTxs int64                `protobuf:"zigzag64,6,opt,name=TotalTxs,proto3" json:"TotalTxs,omitempty"`
	// contains filtered or unexported fields
}

func (*MockHeader) Descriptor deprecated

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

Deprecated: Use MockHeader.ProtoReflect.Descriptor instead.

func (*MockHeader) GetChainID

func (x *MockHeader) GetChainID() string

func (*MockHeader) GetHeight

func (x *MockHeader) GetHeight() int64

func (*MockHeader) GetNumTxs

func (x *MockHeader) GetNumTxs() int64

func (*MockHeader) GetTime

func (x *MockHeader) GetTime() *timestamp.Timestamp

func (*MockHeader) GetTotalTxs

func (x *MockHeader) GetTotalTxs() int64

func (*MockHeader) GetVersion

func (x *MockHeader) GetVersion() string

func (*MockHeader) ProtoMessage

func (*MockHeader) ProtoMessage()

func (*MockHeader) ProtoReflect

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

func (*MockHeader) Reset

func (x *MockHeader) Reset()

func (*MockHeader) String

func (x *MockHeader) String() string

type RequestBase

type RequestBase struct {
	// contains filtered or unexported fields
}

messages

func (*RequestBase) Descriptor deprecated

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

Deprecated: Use RequestBase.ProtoReflect.Descriptor instead.

func (*RequestBase) ProtoMessage

func (*RequestBase) ProtoMessage()

func (*RequestBase) ProtoReflect

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

func (*RequestBase) Reset

func (x *RequestBase) Reset()

func (*RequestBase) String

func (x *RequestBase) String() string

type RequestBeginBlock

type RequestBeginBlock struct {
	RequestBase    *RequestBase    `protobuf:"bytes,1,opt,name=RequestBase,proto3" json:"RequestBase,omitempty"`
	Hash           []byte          `protobuf:"bytes,2,opt,name=Hash,proto3" json:"Hash,omitempty"`
	Header         *any.Any        `protobuf:"bytes,3,opt,name=Header,proto3" json:"Header,omitempty"`
	LastCommitInfo *LastCommitInfo `protobuf:"bytes,4,opt,name=LastCommitInfo,proto3" json:"LastCommitInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestBeginBlock) Descriptor deprecated

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

Deprecated: Use RequestBeginBlock.ProtoReflect.Descriptor instead.

func (*RequestBeginBlock) GetHash

func (x *RequestBeginBlock) GetHash() []byte

func (*RequestBeginBlock) GetHeader

func (x *RequestBeginBlock) GetHeader() *any.Any

func (*RequestBeginBlock) GetLastCommitInfo

func (x *RequestBeginBlock) GetLastCommitInfo() *LastCommitInfo

func (*RequestBeginBlock) GetRequestBase

func (x *RequestBeginBlock) GetRequestBase() *RequestBase

func (*RequestBeginBlock) ProtoMessage

func (*RequestBeginBlock) ProtoMessage()

func (*RequestBeginBlock) ProtoReflect

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

func (*RequestBeginBlock) Reset

func (x *RequestBeginBlock) Reset()

func (*RequestBeginBlock) String

func (x *RequestBeginBlock) String() string

type RequestCheckTx

type RequestCheckTx struct {
	RequestBase *RequestBase `protobuf:"bytes,1,opt,name=RequestBase,proto3" json:"RequestBase,omitempty"`
	Tx          []byte       `protobuf:"bytes,2,opt,name=Tx,proto3" json:"Tx,omitempty"`
	Type        int64        `protobuf:"zigzag64,3,opt,name=Type,proto3" json:"Type,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestCheckTx) Descriptor deprecated

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

Deprecated: Use RequestCheckTx.ProtoReflect.Descriptor instead.

func (*RequestCheckTx) GetRequestBase

func (x *RequestCheckTx) GetRequestBase() *RequestBase

func (*RequestCheckTx) GetTx

func (x *RequestCheckTx) GetTx() []byte

func (*RequestCheckTx) GetType

func (x *RequestCheckTx) GetType() int64

func (*RequestCheckTx) ProtoMessage

func (*RequestCheckTx) ProtoMessage()

func (*RequestCheckTx) ProtoReflect

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

func (*RequestCheckTx) Reset

func (x *RequestCheckTx) Reset()

func (*RequestCheckTx) String

func (x *RequestCheckTx) String() string

type RequestCommit

type RequestCommit struct {
	RequestBase *RequestBase `protobuf:"bytes,1,opt,name=RequestBase,proto3" json:"RequestBase,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestCommit) Descriptor deprecated

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

Deprecated: Use RequestCommit.ProtoReflect.Descriptor instead.

func (*RequestCommit) GetRequestBase

func (x *RequestCommit) GetRequestBase() *RequestBase

func (*RequestCommit) ProtoMessage

func (*RequestCommit) ProtoMessage()

func (*RequestCommit) ProtoReflect

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

func (*RequestCommit) Reset

func (x *RequestCommit) Reset()

func (*RequestCommit) String

func (x *RequestCommit) String() string

type RequestDeliverTx

type RequestDeliverTx struct {
	RequestBase *RequestBase `protobuf:"bytes,1,opt,name=RequestBase,proto3" json:"RequestBase,omitempty"`
	Tx          []byte       `protobuf:"bytes,2,opt,name=Tx,proto3" json:"Tx,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestDeliverTx) Descriptor deprecated

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

Deprecated: Use RequestDeliverTx.ProtoReflect.Descriptor instead.

func (*RequestDeliverTx) GetRequestBase

func (x *RequestDeliverTx) GetRequestBase() *RequestBase

func (*RequestDeliverTx) GetTx

func (x *RequestDeliverTx) GetTx() []byte

func (*RequestDeliverTx) ProtoMessage

func (*RequestDeliverTx) ProtoMessage()

func (*RequestDeliverTx) ProtoReflect

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

func (*RequestDeliverTx) Reset

func (x *RequestDeliverTx) Reset()

func (*RequestDeliverTx) String

func (x *RequestDeliverTx) String() string

type RequestEcho

type RequestEcho struct {
	RequestBase *RequestBase `protobuf:"bytes,1,opt,name=RequestBase,proto3" json:"RequestBase,omitempty"`
	Message     string       `protobuf:"bytes,2,opt,name=Message,proto3" json:"Message,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestEcho) Descriptor deprecated

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

Deprecated: Use RequestEcho.ProtoReflect.Descriptor instead.

func (*RequestEcho) GetMessage

func (x *RequestEcho) GetMessage() string

func (*RequestEcho) GetRequestBase

func (x *RequestEcho) GetRequestBase() *RequestBase

func (*RequestEcho) ProtoMessage

func (*RequestEcho) ProtoMessage()

func (*RequestEcho) ProtoReflect

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

func (*RequestEcho) Reset

func (x *RequestEcho) Reset()

func (*RequestEcho) String

func (x *RequestEcho) String() string

type RequestEndBlock

type RequestEndBlock struct {
	RequestBase *RequestBase `protobuf:"bytes,1,opt,name=RequestBase,proto3" json:"RequestBase,omitempty"`
	Height      int64        `protobuf:"zigzag64,2,opt,name=Height,proto3" json:"Height,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestEndBlock) Descriptor deprecated

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

Deprecated: Use RequestEndBlock.ProtoReflect.Descriptor instead.

func (*RequestEndBlock) GetHeight

func (x *RequestEndBlock) GetHeight() int64

func (*RequestEndBlock) GetRequestBase

func (x *RequestEndBlock) GetRequestBase() *RequestBase

func (*RequestEndBlock) ProtoMessage

func (*RequestEndBlock) ProtoMessage()

func (*RequestEndBlock) ProtoReflect

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

func (*RequestEndBlock) Reset

func (x *RequestEndBlock) Reset()

func (*RequestEndBlock) String

func (x *RequestEndBlock) String() string

type RequestFlush

type RequestFlush struct {
	RequestBase *RequestBase `protobuf:"bytes,1,opt,name=RequestBase,proto3" json:"RequestBase,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestFlush) Descriptor deprecated

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

Deprecated: Use RequestFlush.ProtoReflect.Descriptor instead.

func (*RequestFlush) GetRequestBase

func (x *RequestFlush) GetRequestBase() *RequestBase

func (*RequestFlush) ProtoMessage

func (*RequestFlush) ProtoMessage()

func (*RequestFlush) ProtoReflect

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

func (*RequestFlush) Reset

func (x *RequestFlush) Reset()

func (*RequestFlush) String

func (x *RequestFlush) String() string

type RequestInfo

type RequestInfo struct {
	RequestBase *RequestBase `protobuf:"bytes,1,opt,name=RequestBase,proto3" json:"RequestBase,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestInfo) Descriptor deprecated

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

Deprecated: Use RequestInfo.ProtoReflect.Descriptor instead.

func (*RequestInfo) GetRequestBase

func (x *RequestInfo) GetRequestBase() *RequestBase

func (*RequestInfo) ProtoMessage

func (*RequestInfo) ProtoMessage()

func (*RequestInfo) ProtoReflect

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

func (*RequestInfo) Reset

func (x *RequestInfo) Reset()

func (*RequestInfo) String

func (x *RequestInfo) String() string

type RequestInitChain

type RequestInitChain struct {
	RequestBase     *RequestBase         `protobuf:"bytes,1,opt,name=RequestBase,proto3" json:"RequestBase,omitempty"`
	Time            *timestamp.Timestamp `protobuf:"bytes,2,opt,name=Time,proto3" json:"Time,omitempty"`
	ChainID         string               `protobuf:"bytes,3,opt,name=ChainID,proto3" json:"ChainID,omitempty"`
	ConsensusParams *ConsensusParams     `protobuf:"bytes,4,opt,name=ConsensusParams,proto3" json:"ConsensusParams,omitempty"`
	Validators      []*ValidatorUpdate   `protobuf:"bytes,5,rep,name=Validators,proto3" json:"Validators,omitempty"`
	AppStateBytes   []byte               `protobuf:"bytes,6,opt,name=AppStateBytes,proto3" json:"AppStateBytes,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestInitChain) Descriptor deprecated

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

Deprecated: Use RequestInitChain.ProtoReflect.Descriptor instead.

func (*RequestInitChain) GetAppStateBytes

func (x *RequestInitChain) GetAppStateBytes() []byte

func (*RequestInitChain) GetChainID

func (x *RequestInitChain) GetChainID() string

func (*RequestInitChain) GetConsensusParams

func (x *RequestInitChain) GetConsensusParams() *ConsensusParams

func (*RequestInitChain) GetRequestBase

func (x *RequestInitChain) GetRequestBase() *RequestBase

func (*RequestInitChain) GetTime

func (x *RequestInitChain) GetTime() *timestamp.Timestamp

func (*RequestInitChain) GetValidators

func (x *RequestInitChain) GetValidators() []*ValidatorUpdate

func (*RequestInitChain) ProtoMessage

func (*RequestInitChain) ProtoMessage()

func (*RequestInitChain) ProtoReflect

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

func (*RequestInitChain) Reset

func (x *RequestInitChain) Reset()

func (*RequestInitChain) String

func (x *RequestInitChain) String() string

type RequestQuery

type RequestQuery struct {
	RequestBase *RequestBase `protobuf:"bytes,1,opt,name=RequestBase,proto3" json:"RequestBase,omitempty"`
	Data        []byte       `protobuf:"bytes,2,opt,name=Data,proto3" json:"Data,omitempty"`
	Path        string       `protobuf:"bytes,3,opt,name=Path,proto3" json:"Path,omitempty"`
	Height      int64        `protobuf:"zigzag64,4,opt,name=Height,proto3" json:"Height,omitempty"`
	Prove       bool         `protobuf:"varint,5,opt,name=Prove,proto3" json:"Prove,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestQuery) Descriptor deprecated

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

Deprecated: Use RequestQuery.ProtoReflect.Descriptor instead.

func (*RequestQuery) GetData

func (x *RequestQuery) GetData() []byte

func (*RequestQuery) GetHeight

func (x *RequestQuery) GetHeight() int64

func (*RequestQuery) GetPath

func (x *RequestQuery) GetPath() string

func (*RequestQuery) GetProve

func (x *RequestQuery) GetProve() bool

func (*RequestQuery) GetRequestBase

func (x *RequestQuery) GetRequestBase() *RequestBase

func (*RequestQuery) ProtoMessage

func (*RequestQuery) ProtoMessage()

func (*RequestQuery) ProtoReflect

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

func (*RequestQuery) Reset

func (x *RequestQuery) Reset()

func (*RequestQuery) String

func (x *RequestQuery) String() string

type RequestSetOption

type RequestSetOption struct {
	RequestBase *RequestBase `protobuf:"bytes,1,opt,name=RequestBase,proto3" json:"RequestBase,omitempty"`
	Key         string       `protobuf:"bytes,2,opt,name=Key,proto3" json:"Key,omitempty"`
	Value       string       `protobuf:"bytes,3,opt,name=Value,proto3" json:"Value,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestSetOption) Descriptor deprecated

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

Deprecated: Use RequestSetOption.ProtoReflect.Descriptor instead.

func (*RequestSetOption) GetKey

func (x *RequestSetOption) GetKey() string

func (*RequestSetOption) GetRequestBase

func (x *RequestSetOption) GetRequestBase() *RequestBase

func (*RequestSetOption) GetValue

func (x *RequestSetOption) GetValue() string

func (*RequestSetOption) ProtoMessage

func (*RequestSetOption) ProtoMessage()

func (*RequestSetOption) ProtoReflect

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

func (*RequestSetOption) Reset

func (x *RequestSetOption) Reset()

func (*RequestSetOption) String

func (x *RequestSetOption) String() string

type ResponseBase

type ResponseBase struct {
	Error  *any.Any   `protobuf:"bytes,1,opt,name=Error,proto3" json:"Error,omitempty"`
	Data   []byte     `protobuf:"bytes,2,opt,name=Data,proto3" json:"Data,omitempty"`
	Events []*any.Any `protobuf:"bytes,3,rep,name=Events,proto3" json:"Events,omitempty"`
	Log    string     `protobuf:"bytes,4,opt,name=Log,proto3" json:"Log,omitempty"`
	Info   string     `protobuf:"bytes,5,opt,name=Info,proto3" json:"Info,omitempty"`
	// contains filtered or unexported fields
}

func (*ResponseBase) Descriptor deprecated

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

Deprecated: Use ResponseBase.ProtoReflect.Descriptor instead.

func (*ResponseBase) GetData

func (x *ResponseBase) GetData() []byte

func (*ResponseBase) GetError

func (x *ResponseBase) GetError() *any.Any

func (*ResponseBase) GetEvents

func (x *ResponseBase) GetEvents() []*any.Any

func (*ResponseBase) GetInfo

func (x *ResponseBase) GetInfo() string

func (*ResponseBase) GetLog

func (x *ResponseBase) GetLog() string

func (*ResponseBase) ProtoMessage

func (*ResponseBase) ProtoMessage()

func (*ResponseBase) ProtoReflect

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

func (*ResponseBase) Reset

func (x *ResponseBase) Reset()

func (*ResponseBase) String

func (x *ResponseBase) String() string

type ResponseBeginBlock

type ResponseBeginBlock struct {
	ResponseBase *ResponseBase `protobuf:"bytes,1,opt,name=ResponseBase,proto3" json:"ResponseBase,omitempty"`
	// contains filtered or unexported fields
}

func (*ResponseBeginBlock) Descriptor deprecated

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

Deprecated: Use ResponseBeginBlock.ProtoReflect.Descriptor instead.

func (*ResponseBeginBlock) GetResponseBase

func (x *ResponseBeginBlock) GetResponseBase() *ResponseBase

func (*ResponseBeginBlock) ProtoMessage

func (*ResponseBeginBlock) ProtoMessage()

func (*ResponseBeginBlock) ProtoReflect

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

func (*ResponseBeginBlock) Reset

func (x *ResponseBeginBlock) Reset()

func (*ResponseBeginBlock) String

func (x *ResponseBeginBlock) String() string

type ResponseCheckTx

type ResponseCheckTx struct {
	ResponseBase *ResponseBase `protobuf:"bytes,1,opt,name=ResponseBase,proto3" json:"ResponseBase,omitempty"`
	GasWanted    int64         `protobuf:"zigzag64,2,opt,name=GasWanted,proto3" json:"GasWanted,omitempty"`
	GasUsed      int64         `protobuf:"zigzag64,3,opt,name=GasUsed,proto3" json:"GasUsed,omitempty"`
	// contains filtered or unexported fields
}

func (*ResponseCheckTx) Descriptor deprecated

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

Deprecated: Use ResponseCheckTx.ProtoReflect.Descriptor instead.

func (*ResponseCheckTx) GetGasUsed

func (x *ResponseCheckTx) GetGasUsed() int64

func (*ResponseCheckTx) GetGasWanted

func (x *ResponseCheckTx) GetGasWanted() int64

func (*ResponseCheckTx) GetResponseBase

func (x *ResponseCheckTx) GetResponseBase() *ResponseBase

func (*ResponseCheckTx) ProtoMessage

func (*ResponseCheckTx) ProtoMessage()

func (*ResponseCheckTx) ProtoReflect

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

func (*ResponseCheckTx) Reset

func (x *ResponseCheckTx) Reset()

func (*ResponseCheckTx) String

func (x *ResponseCheckTx) String() string

type ResponseCommit

type ResponseCommit struct {
	ResponseBase *ResponseBase `protobuf:"bytes,1,opt,name=ResponseBase,proto3" json:"ResponseBase,omitempty"`
	// contains filtered or unexported fields
}

func (*ResponseCommit) Descriptor deprecated

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

Deprecated: Use ResponseCommit.ProtoReflect.Descriptor instead.

func (*ResponseCommit) GetResponseBase

func (x *ResponseCommit) GetResponseBase() *ResponseBase

func (*ResponseCommit) ProtoMessage

func (*ResponseCommit) ProtoMessage()

func (*ResponseCommit) ProtoReflect

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

func (*ResponseCommit) Reset

func (x *ResponseCommit) Reset()

func (*ResponseCommit) String

func (x *ResponseCommit) String() string

type ResponseDeliverTx

type ResponseDeliverTx struct {
	ResponseBase *ResponseBase `protobuf:"bytes,1,opt,name=ResponseBase,proto3" json:"ResponseBase,omitempty"`
	GasWanted    int64         `protobuf:"zigzag64,2,opt,name=GasWanted,proto3" json:"GasWanted,omitempty"`
	GasUsed      int64         `protobuf:"zigzag64,3,opt,name=GasUsed,proto3" json:"GasUsed,omitempty"`
	// contains filtered or unexported fields
}

func (*ResponseDeliverTx) Descriptor deprecated

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

Deprecated: Use ResponseDeliverTx.ProtoReflect.Descriptor instead.

func (*ResponseDeliverTx) GetGasUsed

func (x *ResponseDeliverTx) GetGasUsed() int64

func (*ResponseDeliverTx) GetGasWanted

func (x *ResponseDeliverTx) GetGasWanted() int64

func (*ResponseDeliverTx) GetResponseBase

func (x *ResponseDeliverTx) GetResponseBase() *ResponseBase

func (*ResponseDeliverTx) ProtoMessage

func (*ResponseDeliverTx) ProtoMessage()

func (*ResponseDeliverTx) ProtoReflect

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

func (*ResponseDeliverTx) Reset

func (x *ResponseDeliverTx) Reset()

func (*ResponseDeliverTx) String

func (x *ResponseDeliverTx) String() string

type ResponseEcho

type ResponseEcho struct {
	ResponseBase *ResponseBase `protobuf:"bytes,1,opt,name=ResponseBase,proto3" json:"ResponseBase,omitempty"`
	Message      string        `protobuf:"bytes,2,opt,name=Message,proto3" json:"Message,omitempty"`
	// contains filtered or unexported fields
}

func (*ResponseEcho) Descriptor deprecated

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

Deprecated: Use ResponseEcho.ProtoReflect.Descriptor instead.

func (*ResponseEcho) GetMessage

func (x *ResponseEcho) GetMessage() string

func (*ResponseEcho) GetResponseBase

func (x *ResponseEcho) GetResponseBase() *ResponseBase

func (*ResponseEcho) ProtoMessage

func (*ResponseEcho) ProtoMessage()

func (*ResponseEcho) ProtoReflect

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

func (*ResponseEcho) Reset

func (x *ResponseEcho) Reset()

func (*ResponseEcho) String

func (x *ResponseEcho) String() string

type ResponseEndBlock

type ResponseEndBlock struct {
	ResponseBase     *ResponseBase      `protobuf:"bytes,1,opt,name=ResponseBase,proto3" json:"ResponseBase,omitempty"`
	ValidatorUpdates []*ValidatorUpdate `protobuf:"bytes,2,rep,name=ValidatorUpdates,proto3" json:"ValidatorUpdates,omitempty"`
	ConsensusParams  *ConsensusParams   `protobuf:"bytes,3,opt,name=ConsensusParams,proto3" json:"ConsensusParams,omitempty"`
	Events           []*any.Any         `protobuf:"bytes,4,rep,name=Events,proto3" json:"Events,omitempty"`
	// contains filtered or unexported fields
}

func (*ResponseEndBlock) Descriptor deprecated

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

Deprecated: Use ResponseEndBlock.ProtoReflect.Descriptor instead.

func (*ResponseEndBlock) GetConsensusParams

func (x *ResponseEndBlock) GetConsensusParams() *ConsensusParams

func (*ResponseEndBlock) GetEvents

func (x *ResponseEndBlock) GetEvents() []*any.Any

func (*ResponseEndBlock) GetResponseBase

func (x *ResponseEndBlock) GetResponseBase() *ResponseBase

func (*ResponseEndBlock) GetValidatorUpdates

func (x *ResponseEndBlock) GetValidatorUpdates() []*ValidatorUpdate

func (*ResponseEndBlock) ProtoMessage

func (*ResponseEndBlock) ProtoMessage()

func (*ResponseEndBlock) ProtoReflect

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

func (*ResponseEndBlock) Reset

func (x *ResponseEndBlock) Reset()

func (*ResponseEndBlock) String

func (x *ResponseEndBlock) String() string

type ResponseException

type ResponseException struct {
	ResponseBase *ResponseBase `protobuf:"bytes,1,opt,name=ResponseBase,proto3" json:"ResponseBase,omitempty"`
	// contains filtered or unexported fields
}

func (*ResponseException) Descriptor deprecated

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

Deprecated: Use ResponseException.ProtoReflect.Descriptor instead.

func (*ResponseException) GetResponseBase

func (x *ResponseException) GetResponseBase() *ResponseBase

func (*ResponseException) ProtoMessage

func (*ResponseException) ProtoMessage()

func (*ResponseException) ProtoReflect

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

func (*ResponseException) Reset

func (x *ResponseException) Reset()

func (*ResponseException) String

func (x *ResponseException) String() string

type ResponseFlush

type ResponseFlush struct {
	ResponseBase *ResponseBase `protobuf:"bytes,1,opt,name=ResponseBase,proto3" json:"ResponseBase,omitempty"`
	// contains filtered or unexported fields
}

func (*ResponseFlush) Descriptor deprecated

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

Deprecated: Use ResponseFlush.ProtoReflect.Descriptor instead.

func (*ResponseFlush) GetResponseBase

func (x *ResponseFlush) GetResponseBase() *ResponseBase

func (*ResponseFlush) ProtoMessage

func (*ResponseFlush) ProtoMessage()

func (*ResponseFlush) ProtoReflect

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

func (*ResponseFlush) Reset

func (x *ResponseFlush) Reset()

func (*ResponseFlush) String

func (x *ResponseFlush) String() string

type ResponseInfo

type ResponseInfo struct {
	ResponseBase     *ResponseBase `protobuf:"bytes,1,opt,name=ResponseBase,proto3" json:"ResponseBase,omitempty"`
	ABCIVersion      string        `protobuf:"bytes,2,opt,name=ABCIVersion,proto3" json:"ABCIVersion,omitempty"`
	AppVersion       string        `protobuf:"bytes,3,opt,name=AppVersion,proto3" json:"AppVersion,omitempty"`
	LastBlockHeight  int64         `protobuf:"zigzag64,4,opt,name=LastBlockHeight,proto3" json:"LastBlockHeight,omitempty"`
	LastBlockAppHash []byte        `protobuf:"bytes,5,opt,name=LastBlockAppHash,proto3" json:"LastBlockAppHash,omitempty"`
	// contains filtered or unexported fields
}

func (*ResponseInfo) Descriptor deprecated

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

Deprecated: Use ResponseInfo.ProtoReflect.Descriptor instead.

func (*ResponseInfo) GetABCIVersion

func (x *ResponseInfo) GetABCIVersion() string

func (*ResponseInfo) GetAppVersion

func (x *ResponseInfo) GetAppVersion() string

func (*ResponseInfo) GetLastBlockAppHash

func (x *ResponseInfo) GetLastBlockAppHash() []byte

func (*ResponseInfo) GetLastBlockHeight

func (x *ResponseInfo) GetLastBlockHeight() int64

func (*ResponseInfo) GetResponseBase

func (x *ResponseInfo) GetResponseBase() *ResponseBase

func (*ResponseInfo) ProtoMessage

func (*ResponseInfo) ProtoMessage()

func (*ResponseInfo) ProtoReflect

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

func (*ResponseInfo) Reset

func (x *ResponseInfo) Reset()

func (*ResponseInfo) String

func (x *ResponseInfo) String() string

type ResponseInitChain

type ResponseInitChain struct {
	ResponseBase    *ResponseBase      `protobuf:"bytes,1,opt,name=ResponseBase,proto3" json:"ResponseBase,omitempty"`
	ConsensusParams *ConsensusParams   `protobuf:"bytes,2,opt,name=ConsensusParams,proto3" json:"ConsensusParams,omitempty"`
	Validators      []*ValidatorUpdate `protobuf:"bytes,3,rep,name=Validators,proto3" json:"Validators,omitempty"`
	// contains filtered or unexported fields
}

func (*ResponseInitChain) Descriptor deprecated

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

Deprecated: Use ResponseInitChain.ProtoReflect.Descriptor instead.

func (*ResponseInitChain) GetConsensusParams

func (x *ResponseInitChain) GetConsensusParams() *ConsensusParams

func (*ResponseInitChain) GetResponseBase

func (x *ResponseInitChain) GetResponseBase() *ResponseBase

func (*ResponseInitChain) GetValidators

func (x *ResponseInitChain) GetValidators() []*ValidatorUpdate

func (*ResponseInitChain) ProtoMessage

func (*ResponseInitChain) ProtoMessage()

func (*ResponseInitChain) ProtoReflect

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

func (*ResponseInitChain) Reset

func (x *ResponseInitChain) Reset()

func (*ResponseInitChain) String

func (x *ResponseInitChain) String() string

type ResponseQuery

type ResponseQuery struct {
	ResponseBase *ResponseBase `protobuf:"bytes,1,opt,name=ResponseBase,proto3" json:"ResponseBase,omitempty"`
	Key          []byte        `protobuf:"bytes,2,opt,name=Key,proto3" json:"Key,omitempty"`
	Value        []byte        `protobuf:"bytes,3,opt,name=Value,proto3" json:"Value,omitempty"`
	Proof        *pb.Proof     `protobuf:"bytes,4,opt,name=Proof,proto3" json:"Proof,omitempty"`
	Height       int64         `protobuf:"zigzag64,5,opt,name=Height,proto3" json:"Height,omitempty"`
	// contains filtered or unexported fields
}

func (*ResponseQuery) Descriptor deprecated

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

Deprecated: Use ResponseQuery.ProtoReflect.Descriptor instead.

func (*ResponseQuery) GetHeight

func (x *ResponseQuery) GetHeight() int64

func (*ResponseQuery) GetKey

func (x *ResponseQuery) GetKey() []byte

func (*ResponseQuery) GetProof

func (x *ResponseQuery) GetProof() *pb.Proof

func (*ResponseQuery) GetResponseBase

func (x *ResponseQuery) GetResponseBase() *ResponseBase

func (*ResponseQuery) GetValue

func (x *ResponseQuery) GetValue() []byte

func (*ResponseQuery) ProtoMessage

func (*ResponseQuery) ProtoMessage()

func (*ResponseQuery) ProtoReflect

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

func (*ResponseQuery) Reset

func (x *ResponseQuery) Reset()

func (*ResponseQuery) String

func (x *ResponseQuery) String() string

type ResponseSetOption

type ResponseSetOption struct {
	ResponseBase *ResponseBase `protobuf:"bytes,1,opt,name=ResponseBase,proto3" json:"ResponseBase,omitempty"`
	// contains filtered or unexported fields
}

func (*ResponseSetOption) Descriptor deprecated

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

Deprecated: Use ResponseSetOption.ProtoReflect.Descriptor instead.

func (*ResponseSetOption) GetResponseBase

func (x *ResponseSetOption) GetResponseBase() *ResponseBase

func (*ResponseSetOption) ProtoMessage

func (*ResponseSetOption) ProtoMessage()

func (*ResponseSetOption) ProtoReflect

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

func (*ResponseSetOption) Reset

func (x *ResponseSetOption) Reset()

func (*ResponseSetOption) String

func (x *ResponseSetOption) String() string

type StringError

type StringError struct {
	Value string `protobuf:"bytes,1,opt,name=Value,proto3" json:"Value,omitempty"`
	// contains filtered or unexported fields
}

func (*StringError) Descriptor deprecated

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

Deprecated: Use StringError.ProtoReflect.Descriptor instead.

func (*StringError) GetValue

func (x *StringError) GetValue() string

func (*StringError) ProtoMessage

func (*StringError) ProtoMessage()

func (*StringError) ProtoReflect

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

func (*StringError) Reset

func (x *StringError) Reset()

func (*StringError) String

func (x *StringError) String() string

type ValidatorParams

type ValidatorParams struct {
	PubKeyTypeURLs []string `protobuf:"bytes,1,rep,name=PubKeyTypeURLs,proto3" json:"PubKeyTypeURLs,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidatorParams) Descriptor deprecated

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

Deprecated: Use ValidatorParams.ProtoReflect.Descriptor instead.

func (*ValidatorParams) GetPubKeyTypeURLs

func (x *ValidatorParams) GetPubKeyTypeURLs() []string

func (*ValidatorParams) ProtoMessage

func (*ValidatorParams) ProtoMessage()

func (*ValidatorParams) ProtoReflect

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

func (*ValidatorParams) Reset

func (x *ValidatorParams) Reset()

func (*ValidatorParams) String

func (x *ValidatorParams) String() string

type ValidatorUpdate

type ValidatorUpdate struct {
	Address []byte   `protobuf:"bytes,1,opt,name=Address,proto3" json:"Address,omitempty"`
	PubKey  *any.Any `protobuf:"bytes,2,opt,name=PubKey,proto3" json:"PubKey,omitempty"`
	Power   int64    `protobuf:"zigzag64,3,opt,name=Power,proto3" json:"Power,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidatorUpdate) Descriptor deprecated

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

Deprecated: Use ValidatorUpdate.ProtoReflect.Descriptor instead.

func (*ValidatorUpdate) GetAddress

func (x *ValidatorUpdate) GetAddress() []byte

func (*ValidatorUpdate) GetPower

func (x *ValidatorUpdate) GetPower() int64

func (*ValidatorUpdate) GetPubKey

func (x *ValidatorUpdate) GetPubKey() *any.Any

func (*ValidatorUpdate) ProtoMessage

func (*ValidatorUpdate) ProtoMessage()

func (*ValidatorUpdate) ProtoReflect

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

func (*ValidatorUpdate) Reset

func (x *ValidatorUpdate) Reset()

func (*ValidatorUpdate) String

func (x *ValidatorUpdate) String() string

type VoteInfo

type VoteInfo struct {
	Address         []byte `protobuf:"bytes,1,opt,name=Address,proto3" json:"Address,omitempty"`
	Power           int64  `protobuf:"zigzag64,2,opt,name=Power,proto3" json:"Power,omitempty"`
	SignedLastBlock bool   `protobuf:"varint,3,opt,name=SignedLastBlock,proto3" json:"SignedLastBlock,omitempty"`
	// contains filtered or unexported fields
}

func (*VoteInfo) Descriptor deprecated

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

Deprecated: Use VoteInfo.ProtoReflect.Descriptor instead.

func (*VoteInfo) GetAddress

func (x *VoteInfo) GetAddress() []byte

func (*VoteInfo) GetPower

func (x *VoteInfo) GetPower() int64

func (*VoteInfo) GetSignedLastBlock

func (x *VoteInfo) GetSignedLastBlock() bool

func (*VoteInfo) ProtoMessage

func (*VoteInfo) ProtoMessage()

func (*VoteInfo) ProtoReflect

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

func (*VoteInfo) Reset

func (x *VoteInfo) Reset()

func (*VoteInfo) String

func (x *VoteInfo) String() string

Jump to

Keyboard shortcuts

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