Documentation ¶
Index ¶
- Constants
- Variables
- func ReadMessage(r io.Reader, msg proto.Message) error
- func RegisterABCIApplicationServer(s *grpc.Server, srv ABCIApplicationServer)
- func WriteMessage(msg proto.Message, w io.Writer) error
- type ABCIApplicationClient
- type ABCIApplicationServer
- type Application
- type BaseApplication
- func (BaseApplication) BeginBlock(req RequestBeginBlock) ResponseBeginBlock
- func (BaseApplication) BeginSideBlock(req RequestBeginSideBlock) ResponseBeginSideBlock
- func (BaseApplication) CheckTx(req RequestCheckTx) ResponseCheckTx
- func (BaseApplication) Commit() ResponseCommit
- func (BaseApplication) DeliverSideTx(req RequestDeliverSideTx) ResponseDeliverSideTx
- func (BaseApplication) DeliverTx(req RequestDeliverTx) ResponseDeliverTx
- func (BaseApplication) EndBlock(req RequestEndBlock) ResponseEndBlock
- func (BaseApplication) Info(req RequestInfo) ResponseInfo
- func (BaseApplication) InitChain(req RequestInitChain) ResponseInitChain
- func (BaseApplication) Query(req RequestQuery) ResponseQuery
- func (BaseApplication) SetOption(req RequestSetOption) ResponseSetOption
- type BlockID
- func (*BlockID) Descriptor() ([]byte, []int)
- func (this *BlockID) Equal(that interface{}) bool
- func (m *BlockID) GetHash() []byte
- func (m *BlockID) GetPartsHeader() PartSetHeader
- func (m *BlockID) Marshal() (dAtA []byte, err error)
- func (m *BlockID) MarshalTo(dAtA []byte) (int, error)
- func (m *BlockID) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BlockID) ProtoMessage()
- func (m *BlockID) Reset()
- func (m *BlockID) Size() (n int)
- func (m *BlockID) String() string
- func (m *BlockID) Unmarshal(dAtA []byte) error
- func (m *BlockID) XXX_DiscardUnknown()
- func (m *BlockID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BlockID) XXX_Merge(src proto.Message)
- func (m *BlockID) XXX_Size() int
- func (m *BlockID) XXX_Unmarshal(b []byte) error
- type BlockParams
- func (*BlockParams) Descriptor() ([]byte, []int)
- func (this *BlockParams) Equal(that interface{}) bool
- func (m *BlockParams) GetMaxBytes() int64
- func (m *BlockParams) GetMaxGas() int64
- func (m *BlockParams) Marshal() (dAtA []byte, err error)
- func (m *BlockParams) MarshalTo(dAtA []byte) (int, error)
- func (m *BlockParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BlockParams) ProtoMessage()
- func (m *BlockParams) Reset()
- func (m *BlockParams) Size() (n int)
- func (m *BlockParams) String() string
- func (m *BlockParams) Unmarshal(dAtA []byte) error
- func (m *BlockParams) XXX_DiscardUnknown()
- func (m *BlockParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BlockParams) XXX_Merge(src proto.Message)
- func (m *BlockParams) XXX_Size() int
- func (m *BlockParams) XXX_Unmarshal(b []byte) error
- type CheckTxType
- type ConsensusParams
- func (*ConsensusParams) Descriptor() ([]byte, []int)
- func (this *ConsensusParams) Equal(that interface{}) bool
- func (m *ConsensusParams) GetBlock() *BlockParams
- func (m *ConsensusParams) GetEvidence() *EvidenceParams
- func (m *ConsensusParams) GetValidator() *ValidatorParams
- func (m *ConsensusParams) Marshal() (dAtA []byte, err error)
- func (m *ConsensusParams) MarshalTo(dAtA []byte) (int, error)
- func (m *ConsensusParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ConsensusParams) ProtoMessage()
- func (m *ConsensusParams) Reset()
- func (m *ConsensusParams) Size() (n int)
- func (m *ConsensusParams) String() string
- func (m *ConsensusParams) Unmarshal(dAtA []byte) error
- func (m *ConsensusParams) XXX_DiscardUnknown()
- func (m *ConsensusParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ConsensusParams) XXX_Merge(src proto.Message)
- func (m *ConsensusParams) XXX_Size() int
- func (m *ConsensusParams) XXX_Unmarshal(b []byte) error
- type Event
- func (*Event) Descriptor() ([]byte, []int)
- func (this *Event) Equal(that interface{}) bool
- func (m *Event) GetAttributes() []common.KVPair
- func (m *Event) GetType() string
- func (m *Event) Marshal() (dAtA []byte, err error)
- func (m *Event) MarshalTo(dAtA []byte) (int, error)
- func (m *Event) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Event) ProtoMessage()
- func (m *Event) Reset()
- func (m *Event) Size() (n int)
- func (m *Event) String() string
- func (m *Event) Unmarshal(dAtA []byte) error
- func (m *Event) XXX_DiscardUnknown()
- func (m *Event) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Event) XXX_Merge(src proto.Message)
- func (m *Event) XXX_Size() int
- func (m *Event) XXX_Unmarshal(b []byte) error
- type Evidence
- func (*Evidence) Descriptor() ([]byte, []int)
- func (this *Evidence) Equal(that interface{}) bool
- func (m *Evidence) GetHeight() int64
- func (m *Evidence) GetTime() time.Time
- func (m *Evidence) GetTotalVotingPower() int64
- func (m *Evidence) GetType() string
- func (m *Evidence) GetValidator() Validator
- func (m *Evidence) Marshal() (dAtA []byte, err error)
- func (m *Evidence) MarshalTo(dAtA []byte) (int, error)
- func (m *Evidence) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Evidence) ProtoMessage()
- func (m *Evidence) Reset()
- func (m *Evidence) Size() (n int)
- func (m *Evidence) String() string
- func (m *Evidence) Unmarshal(dAtA []byte) error
- func (m *Evidence) XXX_DiscardUnknown()
- func (m *Evidence) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Evidence) XXX_Merge(src proto.Message)
- func (m *Evidence) XXX_Size() int
- func (m *Evidence) XXX_Unmarshal(b []byte) error
- type EvidenceParams
- func (*EvidenceParams) Descriptor() ([]byte, []int)
- func (this *EvidenceParams) Equal(that interface{}) bool
- func (m *EvidenceParams) GetMaxAge() int64
- func (m *EvidenceParams) Marshal() (dAtA []byte, err error)
- func (m *EvidenceParams) MarshalTo(dAtA []byte) (int, error)
- func (m *EvidenceParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*EvidenceParams) ProtoMessage()
- func (m *EvidenceParams) Reset()
- func (m *EvidenceParams) Size() (n int)
- func (m *EvidenceParams) String() string
- func (m *EvidenceParams) Unmarshal(dAtA []byte) error
- func (m *EvidenceParams) XXX_DiscardUnknown()
- func (m *EvidenceParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EvidenceParams) XXX_Merge(src proto.Message)
- func (m *EvidenceParams) XXX_Size() int
- func (m *EvidenceParams) XXX_Unmarshal(b []byte) error
- type GRPCApplication
- func (app *GRPCApplication) BeginBlock(ctx context.Context, req *RequestBeginBlock) (*ResponseBeginBlock, error)
- func (app *GRPCApplication) BeginSideBlock(ctx context.Context, req *RequestBeginSideBlock) (*ResponseBeginSideBlock, error)
- func (app *GRPCApplication) CheckTx(ctx context.Context, req *RequestCheckTx) (*ResponseCheckTx, error)
- func (app *GRPCApplication) Commit(ctx context.Context, req *RequestCommit) (*ResponseCommit, error)
- func (app *GRPCApplication) DeliverSideTx(ctx context.Context, req *RequestDeliverSideTx) (*ResponseDeliverSideTx, error)
- func (app *GRPCApplication) DeliverTx(ctx context.Context, req *RequestDeliverTx) (*ResponseDeliverTx, error)
- func (app *GRPCApplication) Echo(ctx context.Context, req *RequestEcho) (*ResponseEcho, error)
- func (app *GRPCApplication) EndBlock(ctx context.Context, req *RequestEndBlock) (*ResponseEndBlock, error)
- func (app *GRPCApplication) Flush(ctx context.Context, req *RequestFlush) (*ResponseFlush, error)
- func (app *GRPCApplication) Info(ctx context.Context, req *RequestInfo) (*ResponseInfo, error)
- func (app *GRPCApplication) InitChain(ctx context.Context, req *RequestInitChain) (*ResponseInitChain, error)
- func (app *GRPCApplication) Query(ctx context.Context, req *RequestQuery) (*ResponseQuery, error)
- func (app *GRPCApplication) SetOption(ctx context.Context, req *RequestSetOption) (*ResponseSetOption, error)
- type Header
- func (*Header) Descriptor() ([]byte, []int)
- func (this *Header) Equal(that interface{}) bool
- func (m *Header) GetAppHash() []byte
- func (m *Header) GetChainID() string
- func (m *Header) GetConsensusHash() []byte
- func (m *Header) GetDataHash() []byte
- func (m *Header) GetEvidenceHash() []byte
- func (m *Header) GetHeight() int64
- func (m *Header) GetLastBlockId() BlockID
- func (m *Header) GetLastCommitHash() []byte
- func (m *Header) GetLastResultsHash() []byte
- func (m *Header) GetNextValidatorsHash() []byte
- func (m *Header) GetNumTxs() int64
- func (m *Header) GetProposerAddress() []byte
- func (m *Header) GetTime() time.Time
- func (m *Header) GetTotalTxs() int64
- func (m *Header) GetValidatorsHash() []byte
- func (m *Header) GetVersion() Version
- func (m *Header) Marshal() (dAtA []byte, err error)
- func (m *Header) MarshalTo(dAtA []byte) (int, error)
- func (m *Header) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Header) ProtoMessage()
- func (m *Header) Reset()
- func (m *Header) Size() (n int)
- func (m *Header) String() string
- func (m *Header) Unmarshal(dAtA []byte) error
- func (m *Header) XXX_DiscardUnknown()
- func (m *Header) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Header) XXX_Merge(src proto.Message)
- func (m *Header) XXX_Size() int
- func (m *Header) XXX_Unmarshal(b []byte) error
- type LastCommitInfo
- func (*LastCommitInfo) Descriptor() ([]byte, []int)
- func (this *LastCommitInfo) Equal(that interface{}) bool
- func (m *LastCommitInfo) GetRound() int32
- func (m *LastCommitInfo) GetVotes() []VoteInfo
- func (m *LastCommitInfo) Marshal() (dAtA []byte, err error)
- func (m *LastCommitInfo) MarshalTo(dAtA []byte) (int, error)
- func (m *LastCommitInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LastCommitInfo) ProtoMessage()
- func (m *LastCommitInfo) Reset()
- func (m *LastCommitInfo) Size() (n int)
- func (m *LastCommitInfo) String() string
- func (m *LastCommitInfo) Unmarshal(dAtA []byte) error
- func (m *LastCommitInfo) XXX_DiscardUnknown()
- func (m *LastCommitInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LastCommitInfo) XXX_Merge(src proto.Message)
- func (m *LastCommitInfo) XXX_Size() int
- func (m *LastCommitInfo) XXX_Unmarshal(b []byte) error
- type PartSetHeader
- func (*PartSetHeader) Descriptor() ([]byte, []int)
- func (this *PartSetHeader) Equal(that interface{}) bool
- func (m *PartSetHeader) GetHash() []byte
- func (m *PartSetHeader) GetTotal() int32
- func (m *PartSetHeader) Marshal() (dAtA []byte, err error)
- func (m *PartSetHeader) MarshalTo(dAtA []byte) (int, error)
- func (m *PartSetHeader) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PartSetHeader) ProtoMessage()
- func (m *PartSetHeader) Reset()
- func (m *PartSetHeader) Size() (n int)
- func (m *PartSetHeader) String() string
- func (m *PartSetHeader) Unmarshal(dAtA []byte) error
- func (m *PartSetHeader) XXX_DiscardUnknown()
- func (m *PartSetHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PartSetHeader) XXX_Merge(src proto.Message)
- func (m *PartSetHeader) XXX_Size() int
- func (m *PartSetHeader) XXX_Unmarshal(b []byte) error
- type PubKey
- func (*PubKey) Descriptor() ([]byte, []int)
- func (this *PubKey) Equal(that interface{}) bool
- func (m *PubKey) GetData() []byte
- func (m *PubKey) GetType() string
- func (m *PubKey) Marshal() (dAtA []byte, err error)
- func (m *PubKey) MarshalTo(dAtA []byte) (int, error)
- func (m *PubKey) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*PubKey) ProtoMessage()
- func (m *PubKey) Reset()
- func (m *PubKey) Size() (n int)
- func (m *PubKey) String() string
- func (m *PubKey) Unmarshal(dAtA []byte) error
- func (m *PubKey) XXX_DiscardUnknown()
- func (m *PubKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PubKey) XXX_Merge(src proto.Message)
- func (m *PubKey) XXX_Size() int
- func (m *PubKey) XXX_Unmarshal(b []byte) error
- type Request
- func NewPopulatedRequest(r randyTypes, easy bool) *Request
- func ToRequestBeginBlock(req RequestBeginBlock) *Request
- func ToRequestBeginSideBlock(req RequestBeginSideBlock) *Request
- func ToRequestCheckTx(req RequestCheckTx) *Request
- func ToRequestCommit() *Request
- func ToRequestDeliverSideTx(req RequestDeliverSideTx) *Request
- func ToRequestDeliverTx(req RequestDeliverTx) *Request
- func ToRequestEcho(message string) *Request
- func ToRequestEndBlock(req RequestEndBlock) *Request
- func ToRequestFlush() *Request
- func ToRequestInfo(req RequestInfo) *Request
- func ToRequestInitChain(req RequestInitChain) *Request
- func ToRequestQuery(req RequestQuery) *Request
- func ToRequestSetOption(req RequestSetOption) *Request
- func (*Request) Descriptor() ([]byte, []int)
- func (this *Request) Equal(that interface{}) bool
- func (m *Request) GetBeginBlock() *RequestBeginBlock
- func (m *Request) GetBeginSideBlock() *RequestBeginSideBlock
- func (m *Request) GetCheckTx() *RequestCheckTx
- func (m *Request) GetCommit() *RequestCommit
- func (m *Request) GetDeliverSideTx() *RequestDeliverSideTx
- func (m *Request) GetDeliverTx() *RequestDeliverTx
- func (m *Request) GetEcho() *RequestEcho
- func (m *Request) GetEndBlock() *RequestEndBlock
- func (m *Request) GetFlush() *RequestFlush
- func (m *Request) GetInfo() *RequestInfo
- func (m *Request) GetInitChain() *RequestInitChain
- func (m *Request) GetQuery() *RequestQuery
- func (m *Request) GetSetOption() *RequestSetOption
- func (m *Request) GetValue() isRequest_Value
- func (m *Request) Marshal() (dAtA []byte, err error)
- func (m *Request) MarshalTo(dAtA []byte) (int, error)
- func (m *Request) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Request) ProtoMessage()
- func (m *Request) Reset()
- func (m *Request) Size() (n int)
- func (m *Request) String() string
- func (m *Request) Unmarshal(dAtA []byte) error
- func (m *Request) XXX_DiscardUnknown()
- func (m *Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Request) XXX_Merge(src proto.Message)
- func (*Request) XXX_OneofWrappers() []interface{}
- func (m *Request) XXX_Size() int
- func (m *Request) XXX_Unmarshal(b []byte) error
- type RequestBeginBlock
- func (*RequestBeginBlock) Descriptor() ([]byte, []int)
- func (this *RequestBeginBlock) Equal(that interface{}) bool
- func (m *RequestBeginBlock) GetByzantineValidators() []Evidence
- func (m *RequestBeginBlock) GetHash() []byte
- func (m *RequestBeginBlock) GetHeader() Header
- func (m *RequestBeginBlock) GetLastCommitInfo() LastCommitInfo
- func (m *RequestBeginBlock) Marshal() (dAtA []byte, err error)
- func (m *RequestBeginBlock) MarshalTo(dAtA []byte) (int, error)
- func (m *RequestBeginBlock) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RequestBeginBlock) ProtoMessage()
- func (m *RequestBeginBlock) Reset()
- func (m *RequestBeginBlock) Size() (n int)
- func (m *RequestBeginBlock) String() string
- func (m *RequestBeginBlock) Unmarshal(dAtA []byte) error
- func (m *RequestBeginBlock) XXX_DiscardUnknown()
- func (m *RequestBeginBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RequestBeginBlock) XXX_Merge(src proto.Message)
- func (m *RequestBeginBlock) XXX_Size() int
- func (m *RequestBeginBlock) XXX_Unmarshal(b []byte) error
- type RequestBeginSideBlock
- func (*RequestBeginSideBlock) Descriptor() ([]byte, []int)
- func (this *RequestBeginSideBlock) Equal(that interface{}) bool
- func (m *RequestBeginSideBlock) GetHash() []byte
- func (m *RequestBeginSideBlock) GetHeader() Header
- func (m *RequestBeginSideBlock) GetSideTxResults() []SideTxResult
- func (m *RequestBeginSideBlock) Marshal() (dAtA []byte, err error)
- func (m *RequestBeginSideBlock) MarshalTo(dAtA []byte) (int, error)
- func (m *RequestBeginSideBlock) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RequestBeginSideBlock) ProtoMessage()
- func (m *RequestBeginSideBlock) Reset()
- func (m *RequestBeginSideBlock) Size() (n int)
- func (m *RequestBeginSideBlock) String() string
- func (m *RequestBeginSideBlock) Unmarshal(dAtA []byte) error
- func (m *RequestBeginSideBlock) XXX_DiscardUnknown()
- func (m *RequestBeginSideBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RequestBeginSideBlock) XXX_Merge(src proto.Message)
- func (m *RequestBeginSideBlock) XXX_Size() int
- func (m *RequestBeginSideBlock) XXX_Unmarshal(b []byte) error
- type RequestCheckTx
- func (*RequestCheckTx) Descriptor() ([]byte, []int)
- func (this *RequestCheckTx) Equal(that interface{}) bool
- func (m *RequestCheckTx) GetTx() []byte
- func (m *RequestCheckTx) GetType() CheckTxType
- func (m *RequestCheckTx) Marshal() (dAtA []byte, err error)
- func (m *RequestCheckTx) MarshalTo(dAtA []byte) (int, error)
- func (m *RequestCheckTx) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RequestCheckTx) ProtoMessage()
- func (m *RequestCheckTx) Reset()
- func (m *RequestCheckTx) Size() (n int)
- func (m *RequestCheckTx) String() string
- func (m *RequestCheckTx) Unmarshal(dAtA []byte) error
- func (m *RequestCheckTx) XXX_DiscardUnknown()
- func (m *RequestCheckTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RequestCheckTx) XXX_Merge(src proto.Message)
- func (m *RequestCheckTx) XXX_Size() int
- func (m *RequestCheckTx) XXX_Unmarshal(b []byte) error
- type RequestCommit
- func (*RequestCommit) Descriptor() ([]byte, []int)
- func (this *RequestCommit) Equal(that interface{}) bool
- func (m *RequestCommit) Marshal() (dAtA []byte, err error)
- func (m *RequestCommit) MarshalTo(dAtA []byte) (int, error)
- func (m *RequestCommit) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RequestCommit) ProtoMessage()
- func (m *RequestCommit) Reset()
- func (m *RequestCommit) Size() (n int)
- func (m *RequestCommit) String() string
- func (m *RequestCommit) Unmarshal(dAtA []byte) error
- func (m *RequestCommit) XXX_DiscardUnknown()
- func (m *RequestCommit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RequestCommit) XXX_Merge(src proto.Message)
- func (m *RequestCommit) XXX_Size() int
- func (m *RequestCommit) XXX_Unmarshal(b []byte) error
- type RequestDeliverSideTx
- func (*RequestDeliverSideTx) Descriptor() ([]byte, []int)
- func (this *RequestDeliverSideTx) Equal(that interface{}) bool
- func (m *RequestDeliverSideTx) GetTx() []byte
- func (m *RequestDeliverSideTx) Marshal() (dAtA []byte, err error)
- func (m *RequestDeliverSideTx) MarshalTo(dAtA []byte) (int, error)
- func (m *RequestDeliverSideTx) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RequestDeliverSideTx) ProtoMessage()
- func (m *RequestDeliverSideTx) Reset()
- func (m *RequestDeliverSideTx) Size() (n int)
- func (m *RequestDeliverSideTx) String() string
- func (m *RequestDeliverSideTx) Unmarshal(dAtA []byte) error
- func (m *RequestDeliverSideTx) XXX_DiscardUnknown()
- func (m *RequestDeliverSideTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RequestDeliverSideTx) XXX_Merge(src proto.Message)
- func (m *RequestDeliverSideTx) XXX_Size() int
- func (m *RequestDeliverSideTx) XXX_Unmarshal(b []byte) error
- type RequestDeliverTx
- func (*RequestDeliverTx) Descriptor() ([]byte, []int)
- func (this *RequestDeliverTx) Equal(that interface{}) bool
- func (m *RequestDeliverTx) GetTx() []byte
- func (m *RequestDeliverTx) Marshal() (dAtA []byte, err error)
- func (m *RequestDeliverTx) MarshalTo(dAtA []byte) (int, error)
- func (m *RequestDeliverTx) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RequestDeliverTx) ProtoMessage()
- func (m *RequestDeliverTx) Reset()
- func (m *RequestDeliverTx) Size() (n int)
- func (m *RequestDeliverTx) String() string
- func (m *RequestDeliverTx) Unmarshal(dAtA []byte) error
- func (m *RequestDeliverTx) XXX_DiscardUnknown()
- func (m *RequestDeliverTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RequestDeliverTx) XXX_Merge(src proto.Message)
- func (m *RequestDeliverTx) XXX_Size() int
- func (m *RequestDeliverTx) XXX_Unmarshal(b []byte) error
- type RequestEcho
- func (*RequestEcho) Descriptor() ([]byte, []int)
- func (this *RequestEcho) Equal(that interface{}) bool
- func (m *RequestEcho) GetMessage() string
- func (m *RequestEcho) Marshal() (dAtA []byte, err error)
- func (m *RequestEcho) MarshalTo(dAtA []byte) (int, error)
- func (m *RequestEcho) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RequestEcho) ProtoMessage()
- func (m *RequestEcho) Reset()
- func (m *RequestEcho) Size() (n int)
- func (m *RequestEcho) String() string
- func (m *RequestEcho) Unmarshal(dAtA []byte) error
- func (m *RequestEcho) XXX_DiscardUnknown()
- func (m *RequestEcho) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RequestEcho) XXX_Merge(src proto.Message)
- func (m *RequestEcho) XXX_Size() int
- func (m *RequestEcho) XXX_Unmarshal(b []byte) error
- type RequestEndBlock
- func (*RequestEndBlock) Descriptor() ([]byte, []int)
- func (this *RequestEndBlock) Equal(that interface{}) bool
- func (m *RequestEndBlock) GetHeight() int64
- func (m *RequestEndBlock) Marshal() (dAtA []byte, err error)
- func (m *RequestEndBlock) MarshalTo(dAtA []byte) (int, error)
- func (m *RequestEndBlock) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RequestEndBlock) ProtoMessage()
- func (m *RequestEndBlock) Reset()
- func (m *RequestEndBlock) Size() (n int)
- func (m *RequestEndBlock) String() string
- func (m *RequestEndBlock) Unmarshal(dAtA []byte) error
- func (m *RequestEndBlock) XXX_DiscardUnknown()
- func (m *RequestEndBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RequestEndBlock) XXX_Merge(src proto.Message)
- func (m *RequestEndBlock) XXX_Size() int
- func (m *RequestEndBlock) XXX_Unmarshal(b []byte) error
- type RequestFlush
- func (*RequestFlush) Descriptor() ([]byte, []int)
- func (this *RequestFlush) Equal(that interface{}) bool
- func (m *RequestFlush) Marshal() (dAtA []byte, err error)
- func (m *RequestFlush) MarshalTo(dAtA []byte) (int, error)
- func (m *RequestFlush) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RequestFlush) ProtoMessage()
- func (m *RequestFlush) Reset()
- func (m *RequestFlush) Size() (n int)
- func (m *RequestFlush) String() string
- func (m *RequestFlush) Unmarshal(dAtA []byte) error
- func (m *RequestFlush) XXX_DiscardUnknown()
- func (m *RequestFlush) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RequestFlush) XXX_Merge(src proto.Message)
- func (m *RequestFlush) XXX_Size() int
- func (m *RequestFlush) XXX_Unmarshal(b []byte) error
- type RequestInfo
- func (*RequestInfo) Descriptor() ([]byte, []int)
- func (this *RequestInfo) Equal(that interface{}) bool
- func (m *RequestInfo) GetBlockVersion() uint64
- func (m *RequestInfo) GetP2PVersion() uint64
- func (m *RequestInfo) GetVersion() string
- func (m *RequestInfo) Marshal() (dAtA []byte, err error)
- func (m *RequestInfo) MarshalTo(dAtA []byte) (int, error)
- func (m *RequestInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RequestInfo) ProtoMessage()
- func (m *RequestInfo) Reset()
- func (m *RequestInfo) Size() (n int)
- func (m *RequestInfo) String() string
- func (m *RequestInfo) Unmarshal(dAtA []byte) error
- func (m *RequestInfo) XXX_DiscardUnknown()
- func (m *RequestInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RequestInfo) XXX_Merge(src proto.Message)
- func (m *RequestInfo) XXX_Size() int
- func (m *RequestInfo) XXX_Unmarshal(b []byte) error
- type RequestInitChain
- func (*RequestInitChain) Descriptor() ([]byte, []int)
- func (this *RequestInitChain) Equal(that interface{}) bool
- func (m *RequestInitChain) GetAppStateBytes() []byte
- func (m *RequestInitChain) GetChainId() string
- func (m *RequestInitChain) GetConsensusParams() *ConsensusParams
- func (m *RequestInitChain) GetTime() time.Time
- func (m *RequestInitChain) GetValidators() []ValidatorUpdate
- func (m *RequestInitChain) Marshal() (dAtA []byte, err error)
- func (m *RequestInitChain) MarshalTo(dAtA []byte) (int, error)
- func (m *RequestInitChain) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RequestInitChain) ProtoMessage()
- func (m *RequestInitChain) Reset()
- func (m *RequestInitChain) Size() (n int)
- func (m *RequestInitChain) String() string
- func (m *RequestInitChain) Unmarshal(dAtA []byte) error
- func (m *RequestInitChain) XXX_DiscardUnknown()
- func (m *RequestInitChain) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RequestInitChain) XXX_Merge(src proto.Message)
- func (m *RequestInitChain) XXX_Size() int
- func (m *RequestInitChain) XXX_Unmarshal(b []byte) error
- type RequestQuery
- func (*RequestQuery) Descriptor() ([]byte, []int)
- func (this *RequestQuery) Equal(that interface{}) bool
- func (m *RequestQuery) GetData() []byte
- func (m *RequestQuery) GetHeight() int64
- func (m *RequestQuery) GetPath() string
- func (m *RequestQuery) GetProve() bool
- func (m *RequestQuery) Marshal() (dAtA []byte, err error)
- func (m *RequestQuery) MarshalTo(dAtA []byte) (int, error)
- func (m *RequestQuery) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RequestQuery) ProtoMessage()
- func (m *RequestQuery) Reset()
- func (m *RequestQuery) Size() (n int)
- func (m *RequestQuery) String() string
- func (m *RequestQuery) Unmarshal(dAtA []byte) error
- func (m *RequestQuery) XXX_DiscardUnknown()
- func (m *RequestQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RequestQuery) XXX_Merge(src proto.Message)
- func (m *RequestQuery) XXX_Size() int
- func (m *RequestQuery) XXX_Unmarshal(b []byte) error
- type RequestSetOption
- func (*RequestSetOption) Descriptor() ([]byte, []int)
- func (this *RequestSetOption) Equal(that interface{}) bool
- func (m *RequestSetOption) GetKey() string
- func (m *RequestSetOption) GetValue() string
- func (m *RequestSetOption) Marshal() (dAtA []byte, err error)
- func (m *RequestSetOption) MarshalTo(dAtA []byte) (int, error)
- func (m *RequestSetOption) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RequestSetOption) ProtoMessage()
- func (m *RequestSetOption) Reset()
- func (m *RequestSetOption) Size() (n int)
- func (m *RequestSetOption) String() string
- func (m *RequestSetOption) Unmarshal(dAtA []byte) error
- func (m *RequestSetOption) XXX_DiscardUnknown()
- func (m *RequestSetOption) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RequestSetOption) XXX_Merge(src proto.Message)
- func (m *RequestSetOption) XXX_Size() int
- func (m *RequestSetOption) XXX_Unmarshal(b []byte) error
- type Request_BeginBlock
- type Request_BeginSideBlock
- type Request_CheckTx
- type Request_Commit
- type Request_DeliverSideTx
- type Request_DeliverTx
- type Request_Echo
- type Request_EndBlock
- type Request_Flush
- type Request_Info
- type Request_InitChain
- type Request_Query
- type Request_SetOption
- type Response
- func NewPopulatedResponse(r randyTypes, easy bool) *Response
- func ToResponseBeginBlock(res ResponseBeginBlock) *Response
- func ToResponseBeginSideBlock(req ResponseBeginSideBlock) *Response
- func ToResponseCheckTx(res ResponseCheckTx) *Response
- func ToResponseCommit(res ResponseCommit) *Response
- func ToResponseDeliverSideTx(req ResponseDeliverSideTx) *Response
- func ToResponseDeliverTx(res ResponseDeliverTx) *Response
- func ToResponseEcho(message string) *Response
- func ToResponseEndBlock(res ResponseEndBlock) *Response
- func ToResponseException(errStr string) *Response
- func ToResponseFlush() *Response
- func ToResponseInfo(res ResponseInfo) *Response
- func ToResponseInitChain(res ResponseInitChain) *Response
- func ToResponseQuery(res ResponseQuery) *Response
- func ToResponseSetOption(res ResponseSetOption) *Response
- func (*Response) Descriptor() ([]byte, []int)
- func (this *Response) Equal(that interface{}) bool
- func (m *Response) GetBeginBlock() *ResponseBeginBlock
- func (m *Response) GetBeginSideBlock() *ResponseBeginSideBlock
- func (m *Response) GetCheckTx() *ResponseCheckTx
- func (m *Response) GetCommit() *ResponseCommit
- func (m *Response) GetDeliverSideTx() *ResponseDeliverSideTx
- func (m *Response) GetDeliverTx() *ResponseDeliverTx
- func (m *Response) GetEcho() *ResponseEcho
- func (m *Response) GetEndBlock() *ResponseEndBlock
- func (m *Response) GetException() *ResponseException
- func (m *Response) GetFlush() *ResponseFlush
- func (m *Response) GetInfo() *ResponseInfo
- func (m *Response) GetInitChain() *ResponseInitChain
- func (m *Response) GetQuery() *ResponseQuery
- func (m *Response) GetSetOption() *ResponseSetOption
- func (m *Response) GetValue() isResponse_Value
- func (m *Response) Marshal() (dAtA []byte, err error)
- func (m *Response) MarshalTo(dAtA []byte) (int, error)
- func (m *Response) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Response) ProtoMessage()
- func (m *Response) Reset()
- func (m *Response) Size() (n int)
- func (m *Response) String() string
- func (m *Response) Unmarshal(dAtA []byte) error
- func (m *Response) XXX_DiscardUnknown()
- func (m *Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Response) XXX_Merge(src proto.Message)
- func (*Response) XXX_OneofWrappers() []interface{}
- func (m *Response) XXX_Size() int
- func (m *Response) XXX_Unmarshal(b []byte) error
- type ResponseBeginBlock
- func (*ResponseBeginBlock) Descriptor() ([]byte, []int)
- func (this *ResponseBeginBlock) Equal(that interface{}) bool
- func (m *ResponseBeginBlock) GetEvents() []Event
- func (m *ResponseBeginBlock) Marshal() (dAtA []byte, err error)
- func (m *ResponseBeginBlock) MarshalTo(dAtA []byte) (int, error)
- func (m *ResponseBeginBlock) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ResponseBeginBlock) ProtoMessage()
- func (m *ResponseBeginBlock) Reset()
- func (m *ResponseBeginBlock) Size() (n int)
- func (m *ResponseBeginBlock) String() string
- func (m *ResponseBeginBlock) Unmarshal(dAtA []byte) error
- func (m *ResponseBeginBlock) XXX_DiscardUnknown()
- func (m *ResponseBeginBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResponseBeginBlock) XXX_Merge(src proto.Message)
- func (m *ResponseBeginBlock) XXX_Size() int
- func (m *ResponseBeginBlock) XXX_Unmarshal(b []byte) error
- type ResponseBeginSideBlock
- func (*ResponseBeginSideBlock) Descriptor() ([]byte, []int)
- func (this *ResponseBeginSideBlock) Equal(that interface{}) bool
- func (m *ResponseBeginSideBlock) GetEvents() []Event
- func (m *ResponseBeginSideBlock) Marshal() (dAtA []byte, err error)
- func (m *ResponseBeginSideBlock) MarshalTo(dAtA []byte) (int, error)
- func (m *ResponseBeginSideBlock) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ResponseBeginSideBlock) ProtoMessage()
- func (m *ResponseBeginSideBlock) Reset()
- func (m *ResponseBeginSideBlock) Size() (n int)
- func (m *ResponseBeginSideBlock) String() string
- func (m *ResponseBeginSideBlock) Unmarshal(dAtA []byte) error
- func (m *ResponseBeginSideBlock) XXX_DiscardUnknown()
- func (m *ResponseBeginSideBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResponseBeginSideBlock) XXX_Merge(src proto.Message)
- func (m *ResponseBeginSideBlock) XXX_Size() int
- func (m *ResponseBeginSideBlock) XXX_Unmarshal(b []byte) error
- type ResponseCheckTx
- func (*ResponseCheckTx) Descriptor() ([]byte, []int)
- func (this *ResponseCheckTx) Equal(that interface{}) bool
- func (m *ResponseCheckTx) GetCode() uint32
- func (m *ResponseCheckTx) GetCodespace() string
- func (m *ResponseCheckTx) GetData() []byte
- func (m *ResponseCheckTx) GetEvents() []Event
- func (m *ResponseCheckTx) GetGasUsed() int64
- func (m *ResponseCheckTx) GetGasWanted() int64
- func (m *ResponseCheckTx) GetInfo() string
- func (m *ResponseCheckTx) GetLog() string
- func (r ResponseCheckTx) IsErr() bool
- func (r ResponseCheckTx) IsOK() bool
- func (m *ResponseCheckTx) Marshal() (dAtA []byte, err error)
- func (r *ResponseCheckTx) MarshalJSON() ([]byte, error)
- func (m *ResponseCheckTx) MarshalTo(dAtA []byte) (int, error)
- func (m *ResponseCheckTx) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ResponseCheckTx) ProtoMessage()
- func (m *ResponseCheckTx) Reset()
- func (m *ResponseCheckTx) Size() (n int)
- func (m *ResponseCheckTx) String() string
- func (m *ResponseCheckTx) Unmarshal(dAtA []byte) error
- func (r *ResponseCheckTx) UnmarshalJSON(b []byte) error
- func (m *ResponseCheckTx) XXX_DiscardUnknown()
- func (m *ResponseCheckTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResponseCheckTx) XXX_Merge(src proto.Message)
- func (m *ResponseCheckTx) XXX_Size() int
- func (m *ResponseCheckTx) XXX_Unmarshal(b []byte) error
- type ResponseCommit
- func (*ResponseCommit) Descriptor() ([]byte, []int)
- func (this *ResponseCommit) Equal(that interface{}) bool
- func (m *ResponseCommit) GetData() []byte
- func (m *ResponseCommit) Marshal() (dAtA []byte, err error)
- func (r *ResponseCommit) MarshalJSON() ([]byte, error)
- func (m *ResponseCommit) MarshalTo(dAtA []byte) (int, error)
- func (m *ResponseCommit) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ResponseCommit) ProtoMessage()
- func (m *ResponseCommit) Reset()
- func (m *ResponseCommit) Size() (n int)
- func (m *ResponseCommit) String() string
- func (m *ResponseCommit) Unmarshal(dAtA []byte) error
- func (r *ResponseCommit) UnmarshalJSON(b []byte) error
- func (m *ResponseCommit) XXX_DiscardUnknown()
- func (m *ResponseCommit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResponseCommit) XXX_Merge(src proto.Message)
- func (m *ResponseCommit) XXX_Size() int
- func (m *ResponseCommit) XXX_Unmarshal(b []byte) error
- type ResponseDeliverSideTx
- func (*ResponseDeliverSideTx) Descriptor() ([]byte, []int)
- func (this *ResponseDeliverSideTx) Equal(that interface{}) bool
- func (m *ResponseDeliverSideTx) GetCode() uint32
- func (m *ResponseDeliverSideTx) GetCodespace() string
- func (m *ResponseDeliverSideTx) GetData() []byte
- func (m *ResponseDeliverSideTx) GetResult() SideTxResultType
- func (m *ResponseDeliverSideTx) Marshal() (dAtA []byte, err error)
- func (m *ResponseDeliverSideTx) MarshalTo(dAtA []byte) (int, error)
- func (m *ResponseDeliverSideTx) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ResponseDeliverSideTx) ProtoMessage()
- func (m *ResponseDeliverSideTx) Reset()
- func (m *ResponseDeliverSideTx) Size() (n int)
- func (m *ResponseDeliverSideTx) String() string
- func (m *ResponseDeliverSideTx) Unmarshal(dAtA []byte) error
- func (m *ResponseDeliverSideTx) XXX_DiscardUnknown()
- func (m *ResponseDeliverSideTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResponseDeliverSideTx) XXX_Merge(src proto.Message)
- func (m *ResponseDeliverSideTx) XXX_Size() int
- func (m *ResponseDeliverSideTx) XXX_Unmarshal(b []byte) error
- type ResponseDeliverTx
- func (*ResponseDeliverTx) Descriptor() ([]byte, []int)
- func (this *ResponseDeliverTx) Equal(that interface{}) bool
- func (m *ResponseDeliverTx) GetCode() uint32
- func (m *ResponseDeliverTx) GetCodespace() string
- func (m *ResponseDeliverTx) GetData() []byte
- func (m *ResponseDeliverTx) GetEvents() []Event
- func (m *ResponseDeliverTx) GetGasUsed() int64
- func (m *ResponseDeliverTx) GetGasWanted() int64
- func (m *ResponseDeliverTx) GetInfo() string
- func (m *ResponseDeliverTx) GetLog() string
- func (r ResponseDeliverTx) IsErr() bool
- func (r ResponseDeliverTx) IsOK() bool
- func (m *ResponseDeliverTx) Marshal() (dAtA []byte, err error)
- func (r *ResponseDeliverTx) MarshalJSON() ([]byte, error)
- func (m *ResponseDeliverTx) MarshalTo(dAtA []byte) (int, error)
- func (m *ResponseDeliverTx) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ResponseDeliverTx) ProtoMessage()
- func (m *ResponseDeliverTx) Reset()
- func (m *ResponseDeliverTx) Size() (n int)
- func (m *ResponseDeliverTx) String() string
- func (m *ResponseDeliverTx) Unmarshal(dAtA []byte) error
- func (r *ResponseDeliverTx) UnmarshalJSON(b []byte) error
- func (m *ResponseDeliverTx) XXX_DiscardUnknown()
- func (m *ResponseDeliverTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResponseDeliverTx) XXX_Merge(src proto.Message)
- func (m *ResponseDeliverTx) XXX_Size() int
- func (m *ResponseDeliverTx) XXX_Unmarshal(b []byte) error
- type ResponseEcho
- func (*ResponseEcho) Descriptor() ([]byte, []int)
- func (this *ResponseEcho) Equal(that interface{}) bool
- func (m *ResponseEcho) GetMessage() string
- func (m *ResponseEcho) Marshal() (dAtA []byte, err error)
- func (m *ResponseEcho) MarshalTo(dAtA []byte) (int, error)
- func (m *ResponseEcho) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ResponseEcho) ProtoMessage()
- func (m *ResponseEcho) Reset()
- func (m *ResponseEcho) Size() (n int)
- func (m *ResponseEcho) String() string
- func (m *ResponseEcho) Unmarshal(dAtA []byte) error
- func (m *ResponseEcho) XXX_DiscardUnknown()
- func (m *ResponseEcho) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResponseEcho) XXX_Merge(src proto.Message)
- func (m *ResponseEcho) XXX_Size() int
- func (m *ResponseEcho) XXX_Unmarshal(b []byte) error
- type ResponseEndBlock
- func (*ResponseEndBlock) Descriptor() ([]byte, []int)
- func (this *ResponseEndBlock) Equal(that interface{}) bool
- func (m *ResponseEndBlock) GetConsensusParamUpdates() *ConsensusParams
- func (m *ResponseEndBlock) GetEvents() []Event
- func (m *ResponseEndBlock) GetValidatorUpdates() []ValidatorUpdate
- func (m *ResponseEndBlock) Marshal() (dAtA []byte, err error)
- func (m *ResponseEndBlock) MarshalTo(dAtA []byte) (int, error)
- func (m *ResponseEndBlock) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ResponseEndBlock) ProtoMessage()
- func (m *ResponseEndBlock) Reset()
- func (m *ResponseEndBlock) Size() (n int)
- func (m *ResponseEndBlock) String() string
- func (m *ResponseEndBlock) Unmarshal(dAtA []byte) error
- func (m *ResponseEndBlock) XXX_DiscardUnknown()
- func (m *ResponseEndBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResponseEndBlock) XXX_Merge(src proto.Message)
- func (m *ResponseEndBlock) XXX_Size() int
- func (m *ResponseEndBlock) XXX_Unmarshal(b []byte) error
- type ResponseException
- func (*ResponseException) Descriptor() ([]byte, []int)
- func (this *ResponseException) Equal(that interface{}) bool
- func (m *ResponseException) GetError() string
- func (m *ResponseException) Marshal() (dAtA []byte, err error)
- func (m *ResponseException) MarshalTo(dAtA []byte) (int, error)
- func (m *ResponseException) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ResponseException) ProtoMessage()
- func (m *ResponseException) Reset()
- func (m *ResponseException) Size() (n int)
- func (m *ResponseException) String() string
- func (m *ResponseException) Unmarshal(dAtA []byte) error
- func (m *ResponseException) XXX_DiscardUnknown()
- func (m *ResponseException) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResponseException) XXX_Merge(src proto.Message)
- func (m *ResponseException) XXX_Size() int
- func (m *ResponseException) XXX_Unmarshal(b []byte) error
- type ResponseFlush
- func (*ResponseFlush) Descriptor() ([]byte, []int)
- func (this *ResponseFlush) Equal(that interface{}) bool
- func (m *ResponseFlush) Marshal() (dAtA []byte, err error)
- func (m *ResponseFlush) MarshalTo(dAtA []byte) (int, error)
- func (m *ResponseFlush) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ResponseFlush) ProtoMessage()
- func (m *ResponseFlush) Reset()
- func (m *ResponseFlush) Size() (n int)
- func (m *ResponseFlush) String() string
- func (m *ResponseFlush) Unmarshal(dAtA []byte) error
- func (m *ResponseFlush) XXX_DiscardUnknown()
- func (m *ResponseFlush) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResponseFlush) XXX_Merge(src proto.Message)
- func (m *ResponseFlush) XXX_Size() int
- func (m *ResponseFlush) XXX_Unmarshal(b []byte) error
- type ResponseInfo
- func (*ResponseInfo) Descriptor() ([]byte, []int)
- func (this *ResponseInfo) Equal(that interface{}) bool
- func (m *ResponseInfo) GetAppVersion() uint64
- func (m *ResponseInfo) GetData() string
- func (m *ResponseInfo) GetLastBlockAppHash() []byte
- func (m *ResponseInfo) GetLastBlockHeight() int64
- func (m *ResponseInfo) GetVersion() string
- func (m *ResponseInfo) Marshal() (dAtA []byte, err error)
- func (m *ResponseInfo) MarshalTo(dAtA []byte) (int, error)
- func (m *ResponseInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ResponseInfo) ProtoMessage()
- func (m *ResponseInfo) Reset()
- func (m *ResponseInfo) Size() (n int)
- func (m *ResponseInfo) String() string
- func (m *ResponseInfo) Unmarshal(dAtA []byte) error
- func (m *ResponseInfo) XXX_DiscardUnknown()
- func (m *ResponseInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResponseInfo) XXX_Merge(src proto.Message)
- func (m *ResponseInfo) XXX_Size() int
- func (m *ResponseInfo) XXX_Unmarshal(b []byte) error
- type ResponseInitChain
- func (*ResponseInitChain) Descriptor() ([]byte, []int)
- func (this *ResponseInitChain) Equal(that interface{}) bool
- func (m *ResponseInitChain) GetConsensusParams() *ConsensusParams
- func (m *ResponseInitChain) GetValidators() []ValidatorUpdate
- func (m *ResponseInitChain) Marshal() (dAtA []byte, err error)
- func (m *ResponseInitChain) MarshalTo(dAtA []byte) (int, error)
- func (m *ResponseInitChain) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ResponseInitChain) ProtoMessage()
- func (m *ResponseInitChain) Reset()
- func (m *ResponseInitChain) Size() (n int)
- func (m *ResponseInitChain) String() string
- func (m *ResponseInitChain) Unmarshal(dAtA []byte) error
- func (m *ResponseInitChain) XXX_DiscardUnknown()
- func (m *ResponseInitChain) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResponseInitChain) XXX_Merge(src proto.Message)
- func (m *ResponseInitChain) XXX_Size() int
- func (m *ResponseInitChain) XXX_Unmarshal(b []byte) error
- type ResponseQuery
- func (*ResponseQuery) Descriptor() ([]byte, []int)
- func (this *ResponseQuery) Equal(that interface{}) bool
- func (m *ResponseQuery) GetCode() uint32
- func (m *ResponseQuery) GetCodespace() string
- func (m *ResponseQuery) GetHeight() int64
- func (m *ResponseQuery) GetIndex() int64
- func (m *ResponseQuery) GetInfo() string
- func (m *ResponseQuery) GetKey() []byte
- func (m *ResponseQuery) GetLog() string
- func (m *ResponseQuery) GetProof() *merkle.Proof
- func (m *ResponseQuery) GetValue() []byte
- func (r ResponseQuery) IsErr() bool
- func (r ResponseQuery) IsOK() bool
- func (m *ResponseQuery) Marshal() (dAtA []byte, err error)
- func (r *ResponseQuery) MarshalJSON() ([]byte, error)
- func (m *ResponseQuery) MarshalTo(dAtA []byte) (int, error)
- func (m *ResponseQuery) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ResponseQuery) ProtoMessage()
- func (m *ResponseQuery) Reset()
- func (m *ResponseQuery) Size() (n int)
- func (m *ResponseQuery) String() string
- func (m *ResponseQuery) Unmarshal(dAtA []byte) error
- func (r *ResponseQuery) UnmarshalJSON(b []byte) error
- func (m *ResponseQuery) XXX_DiscardUnknown()
- func (m *ResponseQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResponseQuery) XXX_Merge(src proto.Message)
- func (m *ResponseQuery) XXX_Size() int
- func (m *ResponseQuery) XXX_Unmarshal(b []byte) error
- type ResponseSetOption
- func (*ResponseSetOption) Descriptor() ([]byte, []int)
- func (this *ResponseSetOption) Equal(that interface{}) bool
- func (m *ResponseSetOption) GetCode() uint32
- func (m *ResponseSetOption) GetInfo() string
- func (m *ResponseSetOption) GetLog() string
- func (m *ResponseSetOption) Marshal() (dAtA []byte, err error)
- func (r *ResponseSetOption) MarshalJSON() ([]byte, error)
- func (m *ResponseSetOption) MarshalTo(dAtA []byte) (int, error)
- func (m *ResponseSetOption) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ResponseSetOption) ProtoMessage()
- func (m *ResponseSetOption) Reset()
- func (m *ResponseSetOption) Size() (n int)
- func (m *ResponseSetOption) String() string
- func (m *ResponseSetOption) Unmarshal(dAtA []byte) error
- func (r *ResponseSetOption) UnmarshalJSON(b []byte) error
- func (m *ResponseSetOption) XXX_DiscardUnknown()
- func (m *ResponseSetOption) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ResponseSetOption) XXX_Merge(src proto.Message)
- func (m *ResponseSetOption) XXX_Size() int
- func (m *ResponseSetOption) XXX_Unmarshal(b []byte) error
- type Response_BeginBlock
- type Response_BeginSideBlock
- type Response_CheckTx
- type Response_Commit
- type Response_DeliverSideTx
- type Response_DeliverTx
- type Response_Echo
- type Response_EndBlock
- type Response_Exception
- type Response_Flush
- type Response_Info
- type Response_InitChain
- type Response_Query
- type Response_SetOption
- type SideTxResult
- func (*SideTxResult) Descriptor() ([]byte, []int)
- func (this *SideTxResult) Equal(that interface{}) bool
- func (m *SideTxResult) GetSigs() []SideTxSig
- func (m *SideTxResult) GetTxHash() []byte
- func (m *SideTxResult) Marshal() (dAtA []byte, err error)
- func (m *SideTxResult) MarshalTo(dAtA []byte) (int, error)
- func (m *SideTxResult) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SideTxResult) ProtoMessage()
- func (m *SideTxResult) Reset()
- func (m *SideTxResult) Size() (n int)
- func (m *SideTxResult) String() string
- func (m *SideTxResult) Unmarshal(dAtA []byte) error
- func (m *SideTxResult) XXX_DiscardUnknown()
- func (m *SideTxResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SideTxResult) XXX_Merge(src proto.Message)
- func (m *SideTxResult) XXX_Size() int
- func (m *SideTxResult) XXX_Unmarshal(b []byte) error
- type SideTxResultType
- type SideTxSig
- func (*SideTxSig) Descriptor() ([]byte, []int)
- func (this *SideTxSig) Equal(that interface{}) bool
- func (m *SideTxSig) GetAddress() []byte
- func (m *SideTxSig) GetResult() SideTxResultType
- func (m *SideTxSig) GetSig() []byte
- func (m *SideTxSig) Marshal() (dAtA []byte, err error)
- func (m *SideTxSig) MarshalTo(dAtA []byte) (int, error)
- func (m *SideTxSig) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SideTxSig) ProtoMessage()
- func (m *SideTxSig) Reset()
- func (m *SideTxSig) Size() (n int)
- func (m *SideTxSig) String() string
- func (m *SideTxSig) Unmarshal(dAtA []byte) error
- func (m *SideTxSig) XXX_DiscardUnknown()
- func (m *SideTxSig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SideTxSig) XXX_Merge(src proto.Message)
- func (m *SideTxSig) XXX_Size() int
- func (m *SideTxSig) XXX_Unmarshal(b []byte) error
- type UnimplementedABCIApplicationServer
- func (*UnimplementedABCIApplicationServer) BeginBlock(ctx context.Context, req *RequestBeginBlock) (*ResponseBeginBlock, error)
- func (*UnimplementedABCIApplicationServer) BeginSideBlock(ctx context.Context, req *RequestBeginSideBlock) (*ResponseBeginSideBlock, error)
- func (*UnimplementedABCIApplicationServer) CheckTx(ctx context.Context, req *RequestCheckTx) (*ResponseCheckTx, error)
- func (*UnimplementedABCIApplicationServer) Commit(ctx context.Context, req *RequestCommit) (*ResponseCommit, error)
- func (*UnimplementedABCIApplicationServer) DeliverSideTx(ctx context.Context, req *RequestDeliverSideTx) (*ResponseDeliverSideTx, error)
- func (*UnimplementedABCIApplicationServer) DeliverTx(ctx context.Context, req *RequestDeliverTx) (*ResponseDeliverTx, error)
- func (*UnimplementedABCIApplicationServer) Echo(ctx context.Context, req *RequestEcho) (*ResponseEcho, error)
- func (*UnimplementedABCIApplicationServer) EndBlock(ctx context.Context, req *RequestEndBlock) (*ResponseEndBlock, error)
- func (*UnimplementedABCIApplicationServer) Flush(ctx context.Context, req *RequestFlush) (*ResponseFlush, error)
- func (*UnimplementedABCIApplicationServer) Info(ctx context.Context, req *RequestInfo) (*ResponseInfo, error)
- func (*UnimplementedABCIApplicationServer) InitChain(ctx context.Context, req *RequestInitChain) (*ResponseInitChain, error)
- func (*UnimplementedABCIApplicationServer) Query(ctx context.Context, req *RequestQuery) (*ResponseQuery, error)
- func (*UnimplementedABCIApplicationServer) SetOption(ctx context.Context, req *RequestSetOption) (*ResponseSetOption, error)
- type Validator
- func (*Validator) Descriptor() ([]byte, []int)
- func (this *Validator) Equal(that interface{}) bool
- func (m *Validator) GetAddress() []byte
- func (m *Validator) GetPower() int64
- func (m *Validator) Marshal() (dAtA []byte, err error)
- func (m *Validator) MarshalTo(dAtA []byte) (int, error)
- func (m *Validator) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Validator) ProtoMessage()
- func (m *Validator) Reset()
- func (m *Validator) Size() (n int)
- func (m *Validator) String() string
- func (m *Validator) Unmarshal(dAtA []byte) error
- func (m *Validator) XXX_DiscardUnknown()
- func (m *Validator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Validator) XXX_Merge(src proto.Message)
- func (m *Validator) XXX_Size() int
- func (m *Validator) XXX_Unmarshal(b []byte) error
- type ValidatorParams
- func (*ValidatorParams) Descriptor() ([]byte, []int)
- func (this *ValidatorParams) Equal(that interface{}) bool
- func (m *ValidatorParams) GetPubKeyTypes() []string
- func (m *ValidatorParams) Marshal() (dAtA []byte, err error)
- func (m *ValidatorParams) MarshalTo(dAtA []byte) (int, error)
- func (m *ValidatorParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ValidatorParams) ProtoMessage()
- func (m *ValidatorParams) Reset()
- func (m *ValidatorParams) Size() (n int)
- func (m *ValidatorParams) String() string
- func (m *ValidatorParams) Unmarshal(dAtA []byte) error
- func (m *ValidatorParams) XXX_DiscardUnknown()
- func (m *ValidatorParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ValidatorParams) XXX_Merge(src proto.Message)
- func (m *ValidatorParams) XXX_Size() int
- func (m *ValidatorParams) XXX_Unmarshal(b []byte) error
- type ValidatorUpdate
- func (*ValidatorUpdate) Descriptor() ([]byte, []int)
- func (this *ValidatorUpdate) Equal(that interface{}) bool
- func (m *ValidatorUpdate) GetPower() int64
- func (m *ValidatorUpdate) GetPubKey() PubKey
- func (m *ValidatorUpdate) Marshal() (dAtA []byte, err error)
- func (m *ValidatorUpdate) MarshalTo(dAtA []byte) (int, error)
- func (m *ValidatorUpdate) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ValidatorUpdate) ProtoMessage()
- func (m *ValidatorUpdate) Reset()
- func (m *ValidatorUpdate) Size() (n int)
- func (m *ValidatorUpdate) String() string
- func (m *ValidatorUpdate) Unmarshal(dAtA []byte) error
- func (m *ValidatorUpdate) XXX_DiscardUnknown()
- func (m *ValidatorUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ValidatorUpdate) XXX_Merge(src proto.Message)
- func (m *ValidatorUpdate) XXX_Size() int
- func (m *ValidatorUpdate) XXX_Unmarshal(b []byte) error
- type ValidatorUpdates
- type Version
- func (*Version) Descriptor() ([]byte, []int)
- func (this *Version) Equal(that interface{}) bool
- func (m *Version) GetApp() uint64
- func (m *Version) GetBlock() uint64
- func (m *Version) Marshal() (dAtA []byte, err error)
- func (m *Version) MarshalTo(dAtA []byte) (int, error)
- func (m *Version) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Version) ProtoMessage()
- func (m *Version) Reset()
- func (m *Version) Size() (n int)
- func (m *Version) String() string
- func (m *Version) Unmarshal(dAtA []byte) error
- func (m *Version) XXX_DiscardUnknown()
- func (m *Version) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Version) XXX_Merge(src proto.Message)
- func (m *Version) XXX_Size() int
- func (m *Version) XXX_Unmarshal(b []byte) error
- type VoteInfo
- func (*VoteInfo) Descriptor() ([]byte, []int)
- func (this *VoteInfo) Equal(that interface{}) bool
- func (m *VoteInfo) GetSignedLastBlock() bool
- func (m *VoteInfo) GetValidator() Validator
- func (m *VoteInfo) Marshal() (dAtA []byte, err error)
- func (m *VoteInfo) MarshalTo(dAtA []byte) (int, error)
- func (m *VoteInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*VoteInfo) ProtoMessage()
- func (m *VoteInfo) Reset()
- func (m *VoteInfo) Size() (n int)
- func (m *VoteInfo) String() string
- func (m *VoteInfo) Unmarshal(dAtA []byte) error
- func (m *VoteInfo) XXX_DiscardUnknown()
- func (m *VoteInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *VoteInfo) XXX_Merge(src proto.Message)
- func (m *VoteInfo) XXX_Size() int
- func (m *VoteInfo) XXX_Unmarshal(b []byte) error
Constants ¶
const (
CodeTypeOK uint32 = 0
)
const (
PubKeyEd25519 = "ed25519"
)
Variables ¶
var ( ErrInvalidLengthTypes = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowTypes = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupTypes = fmt.Errorf("proto: unexpected end of group") )
var CheckTxType_name = map[int32]string{
0: "New",
1: "Recheck",
}
var CheckTxType_value = map[string]int32{
"New": 0,
"Recheck": 1,
}
var SideTxResultType_name = map[int32]string{
0: "Skip",
1: "Yes",
2: "No",
}
var SideTxResultType_value = map[string]int32{
"Skip": 0,
"Yes": 1,
"No": 2,
}
Functions ¶
func ReadMessage ¶
ReadMessage reads a varint length-delimited protobuf message.
func RegisterABCIApplicationServer ¶
func RegisterABCIApplicationServer(s *grpc.Server, srv ABCIApplicationServer)
Types ¶
type ABCIApplicationClient ¶
type ABCIApplicationClient interface { Echo(ctx context.Context, in *RequestEcho, opts ...grpc.CallOption) (*ResponseEcho, error) Flush(ctx context.Context, in *RequestFlush, opts ...grpc.CallOption) (*ResponseFlush, error) Info(ctx context.Context, in *RequestInfo, opts ...grpc.CallOption) (*ResponseInfo, error) SetOption(ctx context.Context, in *RequestSetOption, opts ...grpc.CallOption) (*ResponseSetOption, error) DeliverTx(ctx context.Context, in *RequestDeliverTx, opts ...grpc.CallOption) (*ResponseDeliverTx, error) CheckTx(ctx context.Context, in *RequestCheckTx, opts ...grpc.CallOption) (*ResponseCheckTx, error) Query(ctx context.Context, in *RequestQuery, opts ...grpc.CallOption) (*ResponseQuery, error) Commit(ctx context.Context, in *RequestCommit, opts ...grpc.CallOption) (*ResponseCommit, error) InitChain(ctx context.Context, in *RequestInitChain, opts ...grpc.CallOption) (*ResponseInitChain, error) BeginBlock(ctx context.Context, in *RequestBeginBlock, opts ...grpc.CallOption) (*ResponseBeginBlock, error) EndBlock(ctx context.Context, in *RequestEndBlock, opts ...grpc.CallOption) (*ResponseEndBlock, error) BeginSideBlock(ctx context.Context, in *RequestBeginSideBlock, opts ...grpc.CallOption) (*ResponseBeginSideBlock, error) DeliverSideTx(ctx context.Context, in *RequestDeliverSideTx, opts ...grpc.CallOption) (*ResponseDeliverSideTx, error) }
ABCIApplicationClient is the client API for ABCIApplication service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewABCIApplicationClient ¶
func NewABCIApplicationClient(cc *grpc.ClientConn) ABCIApplicationClient
type ABCIApplicationServer ¶
type ABCIApplicationServer interface { Echo(context.Context, *RequestEcho) (*ResponseEcho, error) Flush(context.Context, *RequestFlush) (*ResponseFlush, error) Info(context.Context, *RequestInfo) (*ResponseInfo, error) SetOption(context.Context, *RequestSetOption) (*ResponseSetOption, error) DeliverTx(context.Context, *RequestDeliverTx) (*ResponseDeliverTx, error) CheckTx(context.Context, *RequestCheckTx) (*ResponseCheckTx, error) Query(context.Context, *RequestQuery) (*ResponseQuery, error) Commit(context.Context, *RequestCommit) (*ResponseCommit, error) InitChain(context.Context, *RequestInitChain) (*ResponseInitChain, error) BeginBlock(context.Context, *RequestBeginBlock) (*ResponseBeginBlock, error) EndBlock(context.Context, *RequestEndBlock) (*ResponseEndBlock, error) BeginSideBlock(context.Context, *RequestBeginSideBlock) (*ResponseBeginSideBlock, error) DeliverSideTx(context.Context, *RequestDeliverSideTx) (*ResponseDeliverSideTx, error) }
ABCIApplicationServer is the server API for ABCIApplication service.
type Application ¶
type Application interface { // Info/Query Connection Info(RequestInfo) ResponseInfo // Return application info SetOption(RequestSetOption) ResponseSetOption // Set application option Query(RequestQuery) ResponseQuery // Query for state // Mempool Connection CheckTx(RequestCheckTx) ResponseCheckTx // Validate a tx for the mempool // Consensus Connection InitChain(RequestInitChain) ResponseInitChain // Initialize blockchain with validators and other info from TendermintCore BeginBlock(RequestBeginBlock) ResponseBeginBlock // Signals the beginning of a block DeliverTx(RequestDeliverTx) ResponseDeliverTx // Deliver a tx for full processing EndBlock(RequestEndBlock) ResponseEndBlock // Signals the end of a block, returns changes to the validator set Commit() ResponseCommit // Commit the state and return the application Merkle root hash // Consensus side connection BeginSideBlock(RequestBeginSideBlock) ResponseBeginSideBlock // Signals the beginning of a block with side txs DeliverSideTx(RequestDeliverSideTx) ResponseDeliverSideTx // Deliver a tx for full state-less processing }
Application is an interface that enables any finite, deterministic state machine to be driven by a blockchain-based replication engine via the ABCI. All methods take a RequestXxx argument and return a ResponseXxx argument, except CheckTx/DeliverTx, which take `tx []byte`, and `Commit`, which takes nothing.
type BaseApplication ¶
type BaseApplication struct { }
func NewBaseApplication ¶
func NewBaseApplication() *BaseApplication
func (BaseApplication) BeginBlock ¶
func (BaseApplication) BeginBlock(req RequestBeginBlock) ResponseBeginBlock
func (BaseApplication) BeginSideBlock ¶
func (BaseApplication) BeginSideBlock(req RequestBeginSideBlock) ResponseBeginSideBlock
func (BaseApplication) CheckTx ¶
func (BaseApplication) CheckTx(req RequestCheckTx) ResponseCheckTx
func (BaseApplication) Commit ¶
func (BaseApplication) Commit() ResponseCommit
func (BaseApplication) DeliverSideTx ¶
func (BaseApplication) DeliverSideTx(req RequestDeliverSideTx) ResponseDeliverSideTx
func (BaseApplication) DeliverTx ¶
func (BaseApplication) DeliverTx(req RequestDeliverTx) ResponseDeliverTx
func (BaseApplication) EndBlock ¶
func (BaseApplication) EndBlock(req RequestEndBlock) ResponseEndBlock
func (BaseApplication) Info ¶
func (BaseApplication) Info(req RequestInfo) ResponseInfo
func (BaseApplication) InitChain ¶
func (BaseApplication) InitChain(req RequestInitChain) ResponseInitChain
func (BaseApplication) Query ¶
func (BaseApplication) Query(req RequestQuery) ResponseQuery
func (BaseApplication) SetOption ¶
func (BaseApplication) SetOption(req RequestSetOption) ResponseSetOption
type BlockID ¶
type BlockID struct { Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` PartsHeader PartSetHeader `protobuf:"bytes,2,opt,name=parts_header,json=partsHeader,proto3" json:"parts_header"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedBlockID ¶
func (*BlockID) Descriptor ¶
func (*BlockID) GetPartsHeader ¶
func (m *BlockID) GetPartsHeader() PartSetHeader
func (*BlockID) MarshalToSizedBuffer ¶
func (*BlockID) ProtoMessage ¶
func (*BlockID) ProtoMessage()
func (*BlockID) XXX_DiscardUnknown ¶
func (m *BlockID) XXX_DiscardUnknown()
func (*BlockID) XXX_Marshal ¶
func (*BlockID) XXX_Unmarshal ¶
type BlockParams ¶
type BlockParams struct { // Note: must be greater than 0 MaxBytes int64 `protobuf:"varint,1,opt,name=max_bytes,json=maxBytes,proto3" json:"max_bytes,omitempty"` // Note: must be greater or equal to -1 MaxGas int64 `protobuf:"varint,2,opt,name=max_gas,json=maxGas,proto3" json:"max_gas,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
BlockParams contains limits on the block size.
func NewPopulatedBlockParams ¶
func NewPopulatedBlockParams(r randyTypes, easy bool) *BlockParams
func (*BlockParams) Descriptor ¶
func (*BlockParams) Descriptor() ([]byte, []int)
func (*BlockParams) Equal ¶
func (this *BlockParams) Equal(that interface{}) bool
func (*BlockParams) GetMaxBytes ¶
func (m *BlockParams) GetMaxBytes() int64
func (*BlockParams) GetMaxGas ¶
func (m *BlockParams) GetMaxGas() int64
func (*BlockParams) Marshal ¶
func (m *BlockParams) Marshal() (dAtA []byte, err error)
func (*BlockParams) MarshalToSizedBuffer ¶
func (m *BlockParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BlockParams) ProtoMessage ¶
func (*BlockParams) ProtoMessage()
func (*BlockParams) Reset ¶
func (m *BlockParams) Reset()
func (*BlockParams) Size ¶
func (m *BlockParams) Size() (n int)
func (*BlockParams) String ¶
func (m *BlockParams) String() string
func (*BlockParams) Unmarshal ¶
func (m *BlockParams) Unmarshal(dAtA []byte) error
func (*BlockParams) XXX_DiscardUnknown ¶
func (m *BlockParams) XXX_DiscardUnknown()
func (*BlockParams) XXX_Marshal ¶
func (m *BlockParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BlockParams) XXX_Merge ¶
func (m *BlockParams) XXX_Merge(src proto.Message)
func (*BlockParams) XXX_Size ¶
func (m *BlockParams) XXX_Size() int
func (*BlockParams) XXX_Unmarshal ¶
func (m *BlockParams) XXX_Unmarshal(b []byte) error
type CheckTxType ¶
type CheckTxType int32
const ( CheckTxType_New CheckTxType = 0 CheckTxType_Recheck CheckTxType = 1 )
func (CheckTxType) EnumDescriptor ¶
func (CheckTxType) EnumDescriptor() ([]byte, []int)
func (CheckTxType) String ¶
func (x CheckTxType) String() string
type ConsensusParams ¶
type ConsensusParams struct { Block *BlockParams `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"` Evidence *EvidenceParams `protobuf:"bytes,2,opt,name=evidence,proto3" json:"evidence,omitempty"` Validator *ValidatorParams `protobuf:"bytes,3,opt,name=validator,proto3" json:"validator,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
ConsensusParams contains all consensus-relevant parameters that can be adjusted by the abci app
func NewPopulatedConsensusParams ¶
func NewPopulatedConsensusParams(r randyTypes, easy bool) *ConsensusParams
func (*ConsensusParams) Descriptor ¶
func (*ConsensusParams) Descriptor() ([]byte, []int)
func (*ConsensusParams) Equal ¶
func (this *ConsensusParams) Equal(that interface{}) bool
func (*ConsensusParams) GetBlock ¶
func (m *ConsensusParams) GetBlock() *BlockParams
func (*ConsensusParams) GetEvidence ¶
func (m *ConsensusParams) GetEvidence() *EvidenceParams
func (*ConsensusParams) GetValidator ¶
func (m *ConsensusParams) GetValidator() *ValidatorParams
func (*ConsensusParams) Marshal ¶
func (m *ConsensusParams) Marshal() (dAtA []byte, err error)
func (*ConsensusParams) MarshalToSizedBuffer ¶
func (m *ConsensusParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ConsensusParams) ProtoMessage ¶
func (*ConsensusParams) ProtoMessage()
func (*ConsensusParams) Reset ¶
func (m *ConsensusParams) Reset()
func (*ConsensusParams) Size ¶
func (m *ConsensusParams) Size() (n int)
func (*ConsensusParams) String ¶
func (m *ConsensusParams) String() string
func (*ConsensusParams) Unmarshal ¶
func (m *ConsensusParams) Unmarshal(dAtA []byte) error
func (*ConsensusParams) XXX_DiscardUnknown ¶
func (m *ConsensusParams) XXX_DiscardUnknown()
func (*ConsensusParams) XXX_Marshal ¶
func (m *ConsensusParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ConsensusParams) XXX_Merge ¶
func (m *ConsensusParams) XXX_Merge(src proto.Message)
func (*ConsensusParams) XXX_Size ¶
func (m *ConsensusParams) XXX_Size() int
func (*ConsensusParams) XXX_Unmarshal ¶
func (m *ConsensusParams) XXX_Unmarshal(b []byte) error
type Event ¶
type Event struct { Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` Attributes []common.KVPair `protobuf:"bytes,2,rep,name=attributes,proto3" json:"attributes,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedEvent ¶
func (*Event) Descriptor ¶
func (*Event) GetAttributes ¶
func (*Event) ProtoMessage ¶
func (*Event) ProtoMessage()
func (*Event) XXX_DiscardUnknown ¶
func (m *Event) XXX_DiscardUnknown()
func (*Event) XXX_Marshal ¶
func (*Event) XXX_Unmarshal ¶
type Evidence ¶
type Evidence struct { Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` Validator Validator `protobuf:"bytes,2,opt,name=validator,proto3" json:"validator"` Height int64 `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"` Time time.Time `protobuf:"bytes,4,opt,name=time,proto3,stdtime" json:"time"` TotalVotingPower int64 `protobuf:"varint,5,opt,name=total_voting_power,json=totalVotingPower,proto3" json:"total_voting_power,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedEvidence ¶
func (*Evidence) Descriptor ¶
func (*Evidence) GetTotalVotingPower ¶
func (*Evidence) GetValidator ¶
func (*Evidence) MarshalToSizedBuffer ¶
func (*Evidence) ProtoMessage ¶
func (*Evidence) ProtoMessage()
func (*Evidence) XXX_DiscardUnknown ¶
func (m *Evidence) XXX_DiscardUnknown()
func (*Evidence) XXX_Marshal ¶
func (*Evidence) XXX_Unmarshal ¶
type EvidenceParams ¶
type EvidenceParams struct { // Note: must be greater than 0 MaxAge int64 `protobuf:"varint,1,opt,name=max_age,json=maxAge,proto3" json:"max_age,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
EvidenceParams contains limits on the evidence.
func NewPopulatedEvidenceParams ¶
func NewPopulatedEvidenceParams(r randyTypes, easy bool) *EvidenceParams
func (*EvidenceParams) Descriptor ¶
func (*EvidenceParams) Descriptor() ([]byte, []int)
func (*EvidenceParams) Equal ¶
func (this *EvidenceParams) Equal(that interface{}) bool
func (*EvidenceParams) GetMaxAge ¶
func (m *EvidenceParams) GetMaxAge() int64
func (*EvidenceParams) Marshal ¶
func (m *EvidenceParams) Marshal() (dAtA []byte, err error)
func (*EvidenceParams) MarshalToSizedBuffer ¶
func (m *EvidenceParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*EvidenceParams) ProtoMessage ¶
func (*EvidenceParams) ProtoMessage()
func (*EvidenceParams) Reset ¶
func (m *EvidenceParams) Reset()
func (*EvidenceParams) Size ¶
func (m *EvidenceParams) Size() (n int)
func (*EvidenceParams) String ¶
func (m *EvidenceParams) String() string
func (*EvidenceParams) Unmarshal ¶
func (m *EvidenceParams) Unmarshal(dAtA []byte) error
func (*EvidenceParams) XXX_DiscardUnknown ¶
func (m *EvidenceParams) XXX_DiscardUnknown()
func (*EvidenceParams) XXX_Marshal ¶
func (m *EvidenceParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EvidenceParams) XXX_Merge ¶
func (m *EvidenceParams) XXX_Merge(src proto.Message)
func (*EvidenceParams) XXX_Size ¶
func (m *EvidenceParams) XXX_Size() int
func (*EvidenceParams) XXX_Unmarshal ¶
func (m *EvidenceParams) XXX_Unmarshal(b []byte) error
type GRPCApplication ¶
type GRPCApplication struct {
// contains filtered or unexported fields
}
GRPCApplication is a GRPC wrapper for Application
func NewGRPCApplication ¶
func NewGRPCApplication(app Application) *GRPCApplication
func (*GRPCApplication) BeginBlock ¶
func (app *GRPCApplication) BeginBlock(ctx context.Context, req *RequestBeginBlock) (*ResponseBeginBlock, error)
func (*GRPCApplication) BeginSideBlock ¶
func (app *GRPCApplication) BeginSideBlock(ctx context.Context, req *RequestBeginSideBlock) (*ResponseBeginSideBlock, error)
func (*GRPCApplication) CheckTx ¶
func (app *GRPCApplication) CheckTx(ctx context.Context, req *RequestCheckTx) (*ResponseCheckTx, error)
func (*GRPCApplication) Commit ¶
func (app *GRPCApplication) Commit(ctx context.Context, req *RequestCommit) (*ResponseCommit, error)
func (*GRPCApplication) DeliverSideTx ¶
func (app *GRPCApplication) DeliverSideTx(ctx context.Context, req *RequestDeliverSideTx) (*ResponseDeliverSideTx, error)
func (*GRPCApplication) DeliverTx ¶
func (app *GRPCApplication) DeliverTx(ctx context.Context, req *RequestDeliverTx) (*ResponseDeliverTx, error)
func (*GRPCApplication) Echo ¶
func (app *GRPCApplication) Echo(ctx context.Context, req *RequestEcho) (*ResponseEcho, error)
func (*GRPCApplication) EndBlock ¶
func (app *GRPCApplication) EndBlock(ctx context.Context, req *RequestEndBlock) (*ResponseEndBlock, error)
func (*GRPCApplication) Flush ¶
func (app *GRPCApplication) Flush(ctx context.Context, req *RequestFlush) (*ResponseFlush, error)
func (*GRPCApplication) Info ¶
func (app *GRPCApplication) Info(ctx context.Context, req *RequestInfo) (*ResponseInfo, error)
func (*GRPCApplication) InitChain ¶
func (app *GRPCApplication) InitChain(ctx context.Context, req *RequestInitChain) (*ResponseInitChain, error)
func (*GRPCApplication) Query ¶
func (app *GRPCApplication) Query(ctx context.Context, req *RequestQuery) (*ResponseQuery, error)
func (*GRPCApplication) SetOption ¶
func (app *GRPCApplication) SetOption(ctx context.Context, req *RequestSetOption) (*ResponseSetOption, error)
type Header ¶
type Header struct { // basic block info Version Version `protobuf:"bytes,1,opt,name=version,proto3" json:"version"` ChainID string `protobuf:"bytes,2,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` Height int64 `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"` Time time.Time `protobuf:"bytes,4,opt,name=time,proto3,stdtime" json:"time"` NumTxs int64 `protobuf:"varint,5,opt,name=num_txs,json=numTxs,proto3" json:"num_txs,omitempty"` TotalTxs int64 `protobuf:"varint,6,opt,name=total_txs,json=totalTxs,proto3" json:"total_txs,omitempty"` // prev block info LastBlockId BlockID `protobuf:"bytes,7,opt,name=last_block_id,json=lastBlockId,proto3" json:"last_block_id"` // hashes of block data LastCommitHash []byte `protobuf:"bytes,8,opt,name=last_commit_hash,json=lastCommitHash,proto3" json:"last_commit_hash,omitempty"` DataHash []byte `protobuf:"bytes,9,opt,name=data_hash,json=dataHash,proto3" json:"data_hash,omitempty"` // hashes from the app output from the prev block ValidatorsHash []byte `protobuf:"bytes,10,opt,name=validators_hash,json=validatorsHash,proto3" json:"validators_hash,omitempty"` NextValidatorsHash []byte `protobuf:"bytes,11,opt,name=next_validators_hash,json=nextValidatorsHash,proto3" json:"next_validators_hash,omitempty"` ConsensusHash []byte `protobuf:"bytes,12,opt,name=consensus_hash,json=consensusHash,proto3" json:"consensus_hash,omitempty"` AppHash []byte `protobuf:"bytes,13,opt,name=app_hash,json=appHash,proto3" json:"app_hash,omitempty"` LastResultsHash []byte `protobuf:"bytes,14,opt,name=last_results_hash,json=lastResultsHash,proto3" json:"last_results_hash,omitempty"` // consensus info EvidenceHash []byte `protobuf:"bytes,15,opt,name=evidence_hash,json=evidenceHash,proto3" json:"evidence_hash,omitempty"` ProposerAddress []byte `protobuf:"bytes,16,opt,name=proposer_address,json=proposerAddress,proto3" json:"proposer_address,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedHeader ¶
func (*Header) Descriptor ¶
func (*Header) GetAppHash ¶
func (*Header) GetChainID ¶
func (*Header) GetConsensusHash ¶
func (*Header) GetDataHash ¶
func (*Header) GetEvidenceHash ¶
func (*Header) GetLastBlockId ¶
func (*Header) GetLastCommitHash ¶
func (*Header) GetLastResultsHash ¶
func (*Header) GetNextValidatorsHash ¶
func (*Header) GetProposerAddress ¶
func (*Header) GetTotalTxs ¶
func (*Header) GetValidatorsHash ¶
func (*Header) GetVersion ¶
func (*Header) MarshalToSizedBuffer ¶
func (*Header) ProtoMessage ¶
func (*Header) ProtoMessage()
func (*Header) XXX_DiscardUnknown ¶
func (m *Header) XXX_DiscardUnknown()
func (*Header) XXX_Marshal ¶
func (*Header) XXX_Unmarshal ¶
type LastCommitInfo ¶
type LastCommitInfo struct { Round int32 `protobuf:"varint,1,opt,name=round,proto3" json:"round,omitempty"` Votes []VoteInfo `protobuf:"bytes,2,rep,name=votes,proto3" json:"votes"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedLastCommitInfo ¶
func NewPopulatedLastCommitInfo(r randyTypes, easy bool) *LastCommitInfo
func (*LastCommitInfo) Descriptor ¶
func (*LastCommitInfo) Descriptor() ([]byte, []int)
func (*LastCommitInfo) Equal ¶
func (this *LastCommitInfo) Equal(that interface{}) bool
func (*LastCommitInfo) GetRound ¶
func (m *LastCommitInfo) GetRound() int32
func (*LastCommitInfo) GetVotes ¶
func (m *LastCommitInfo) GetVotes() []VoteInfo
func (*LastCommitInfo) Marshal ¶
func (m *LastCommitInfo) Marshal() (dAtA []byte, err error)
func (*LastCommitInfo) MarshalToSizedBuffer ¶
func (m *LastCommitInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LastCommitInfo) ProtoMessage ¶
func (*LastCommitInfo) ProtoMessage()
func (*LastCommitInfo) Reset ¶
func (m *LastCommitInfo) Reset()
func (*LastCommitInfo) Size ¶
func (m *LastCommitInfo) Size() (n int)
func (*LastCommitInfo) String ¶
func (m *LastCommitInfo) String() string
func (*LastCommitInfo) Unmarshal ¶
func (m *LastCommitInfo) Unmarshal(dAtA []byte) error
func (*LastCommitInfo) XXX_DiscardUnknown ¶
func (m *LastCommitInfo) XXX_DiscardUnknown()
func (*LastCommitInfo) XXX_Marshal ¶
func (m *LastCommitInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LastCommitInfo) XXX_Merge ¶
func (m *LastCommitInfo) XXX_Merge(src proto.Message)
func (*LastCommitInfo) XXX_Size ¶
func (m *LastCommitInfo) XXX_Size() int
func (*LastCommitInfo) XXX_Unmarshal ¶
func (m *LastCommitInfo) XXX_Unmarshal(b []byte) error
type PartSetHeader ¶
type PartSetHeader struct { Total int32 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"` Hash []byte `protobuf:"bytes,2,opt,name=hash,proto3" json:"hash,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedPartSetHeader ¶
func NewPopulatedPartSetHeader(r randyTypes, easy bool) *PartSetHeader
func (*PartSetHeader) Descriptor ¶
func (*PartSetHeader) Descriptor() ([]byte, []int)
func (*PartSetHeader) Equal ¶
func (this *PartSetHeader) Equal(that interface{}) bool
func (*PartSetHeader) GetHash ¶
func (m *PartSetHeader) GetHash() []byte
func (*PartSetHeader) GetTotal ¶
func (m *PartSetHeader) GetTotal() int32
func (*PartSetHeader) Marshal ¶
func (m *PartSetHeader) Marshal() (dAtA []byte, err error)
func (*PartSetHeader) MarshalToSizedBuffer ¶
func (m *PartSetHeader) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*PartSetHeader) ProtoMessage ¶
func (*PartSetHeader) ProtoMessage()
func (*PartSetHeader) Reset ¶
func (m *PartSetHeader) Reset()
func (*PartSetHeader) Size ¶
func (m *PartSetHeader) Size() (n int)
func (*PartSetHeader) String ¶
func (m *PartSetHeader) String() string
func (*PartSetHeader) Unmarshal ¶
func (m *PartSetHeader) Unmarshal(dAtA []byte) error
func (*PartSetHeader) XXX_DiscardUnknown ¶
func (m *PartSetHeader) XXX_DiscardUnknown()
func (*PartSetHeader) XXX_Marshal ¶
func (m *PartSetHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PartSetHeader) XXX_Merge ¶
func (m *PartSetHeader) XXX_Merge(src proto.Message)
func (*PartSetHeader) XXX_Size ¶
func (m *PartSetHeader) XXX_Size() int
func (*PartSetHeader) XXX_Unmarshal ¶
func (m *PartSetHeader) XXX_Unmarshal(b []byte) error
type PubKey ¶
type PubKey struct { Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedPubKey ¶
func (*PubKey) Descriptor ¶
func (*PubKey) MarshalToSizedBuffer ¶
func (*PubKey) ProtoMessage ¶
func (*PubKey) ProtoMessage()
func (*PubKey) XXX_DiscardUnknown ¶
func (m *PubKey) XXX_DiscardUnknown()
func (*PubKey) XXX_Marshal ¶
func (*PubKey) XXX_Unmarshal ¶
type Request ¶
type Request struct { // Types that are valid to be assigned to Value: // *Request_Echo // *Request_Flush // *Request_Info // *Request_SetOption // *Request_InitChain // *Request_Query // *Request_BeginBlock // *Request_CheckTx // *Request_DeliverTx // *Request_EndBlock // *Request_Commit // *Request_BeginSideBlock // *Request_DeliverSideTx Value isRequest_Value `protobuf_oneof:"value"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedRequest ¶
func ToRequestBeginBlock ¶
func ToRequestBeginBlock(req RequestBeginBlock) *Request
func ToRequestBeginSideBlock ¶
func ToRequestBeginSideBlock(req RequestBeginSideBlock) *Request
func ToRequestCheckTx ¶
func ToRequestCheckTx(req RequestCheckTx) *Request
func ToRequestCommit ¶
func ToRequestCommit() *Request
func ToRequestDeliverSideTx ¶
func ToRequestDeliverSideTx(req RequestDeliverSideTx) *Request
func ToRequestDeliverTx ¶
func ToRequestDeliverTx(req RequestDeliverTx) *Request
func ToRequestEcho ¶
func ToRequestEndBlock ¶
func ToRequestEndBlock(req RequestEndBlock) *Request
func ToRequestFlush ¶
func ToRequestFlush() *Request
func ToRequestInfo ¶
func ToRequestInfo(req RequestInfo) *Request
func ToRequestInitChain ¶
func ToRequestInitChain(req RequestInitChain) *Request
func ToRequestQuery ¶
func ToRequestQuery(req RequestQuery) *Request
func ToRequestSetOption ¶
func ToRequestSetOption(req RequestSetOption) *Request
func (*Request) Descriptor ¶
func (*Request) GetBeginBlock ¶
func (m *Request) GetBeginBlock() *RequestBeginBlock
func (*Request) GetBeginSideBlock ¶
func (m *Request) GetBeginSideBlock() *RequestBeginSideBlock
func (*Request) GetCheckTx ¶
func (m *Request) GetCheckTx() *RequestCheckTx
func (*Request) GetCommit ¶
func (m *Request) GetCommit() *RequestCommit
func (*Request) GetDeliverSideTx ¶
func (m *Request) GetDeliverSideTx() *RequestDeliverSideTx
func (*Request) GetDeliverTx ¶
func (m *Request) GetDeliverTx() *RequestDeliverTx
func (*Request) GetEcho ¶
func (m *Request) GetEcho() *RequestEcho
func (*Request) GetEndBlock ¶
func (m *Request) GetEndBlock() *RequestEndBlock
func (*Request) GetFlush ¶
func (m *Request) GetFlush() *RequestFlush
func (*Request) GetInfo ¶
func (m *Request) GetInfo() *RequestInfo
func (*Request) GetInitChain ¶
func (m *Request) GetInitChain() *RequestInitChain
func (*Request) GetQuery ¶
func (m *Request) GetQuery() *RequestQuery
func (*Request) GetSetOption ¶
func (m *Request) GetSetOption() *RequestSetOption
func (*Request) MarshalToSizedBuffer ¶
func (*Request) ProtoMessage ¶
func (*Request) ProtoMessage()
func (*Request) XXX_DiscardUnknown ¶
func (m *Request) XXX_DiscardUnknown()
func (*Request) XXX_Marshal ¶
func (*Request) XXX_OneofWrappers ¶
func (*Request) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*Request) XXX_Unmarshal ¶
type RequestBeginBlock ¶
type RequestBeginBlock struct { Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` Header Header `protobuf:"bytes,2,opt,name=header,proto3" json:"header"` LastCommitInfo LastCommitInfo `protobuf:"bytes,3,opt,name=last_commit_info,json=lastCommitInfo,proto3" json:"last_commit_info"` ByzantineValidators []Evidence `protobuf:"bytes,4,rep,name=byzantine_validators,json=byzantineValidators,proto3" json:"byzantine_validators"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedRequestBeginBlock ¶
func NewPopulatedRequestBeginBlock(r randyTypes, easy bool) *RequestBeginBlock
func (*RequestBeginBlock) Descriptor ¶
func (*RequestBeginBlock) Descriptor() ([]byte, []int)
func (*RequestBeginBlock) Equal ¶
func (this *RequestBeginBlock) Equal(that interface{}) bool
func (*RequestBeginBlock) GetByzantineValidators ¶
func (m *RequestBeginBlock) GetByzantineValidators() []Evidence
func (*RequestBeginBlock) GetHash ¶
func (m *RequestBeginBlock) GetHash() []byte
func (*RequestBeginBlock) GetHeader ¶
func (m *RequestBeginBlock) GetHeader() Header
func (*RequestBeginBlock) GetLastCommitInfo ¶
func (m *RequestBeginBlock) GetLastCommitInfo() LastCommitInfo
func (*RequestBeginBlock) Marshal ¶
func (m *RequestBeginBlock) Marshal() (dAtA []byte, err error)
func (*RequestBeginBlock) MarshalTo ¶
func (m *RequestBeginBlock) MarshalTo(dAtA []byte) (int, error)
func (*RequestBeginBlock) MarshalToSizedBuffer ¶
func (m *RequestBeginBlock) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RequestBeginBlock) ProtoMessage ¶
func (*RequestBeginBlock) ProtoMessage()
func (*RequestBeginBlock) Reset ¶
func (m *RequestBeginBlock) Reset()
func (*RequestBeginBlock) Size ¶
func (m *RequestBeginBlock) Size() (n int)
func (*RequestBeginBlock) String ¶
func (m *RequestBeginBlock) String() string
func (*RequestBeginBlock) Unmarshal ¶
func (m *RequestBeginBlock) Unmarshal(dAtA []byte) error
func (*RequestBeginBlock) XXX_DiscardUnknown ¶
func (m *RequestBeginBlock) XXX_DiscardUnknown()
func (*RequestBeginBlock) XXX_Marshal ¶
func (m *RequestBeginBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RequestBeginBlock) XXX_Merge ¶
func (m *RequestBeginBlock) XXX_Merge(src proto.Message)
func (*RequestBeginBlock) XXX_Size ¶
func (m *RequestBeginBlock) XXX_Size() int
func (*RequestBeginBlock) XXX_Unmarshal ¶
func (m *RequestBeginBlock) XXX_Unmarshal(b []byte) error
type RequestBeginSideBlock ¶
type RequestBeginSideBlock struct { Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` Header Header `protobuf:"bytes,2,opt,name=header,proto3" json:"header"` SideTxResults []SideTxResult `protobuf:"bytes,3,rep,name=side_tx_results,json=sideTxResults,proto3" json:"side_tx_results"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedRequestBeginSideBlock ¶
func NewPopulatedRequestBeginSideBlock(r randyTypes, easy bool) *RequestBeginSideBlock
func (*RequestBeginSideBlock) Descriptor ¶
func (*RequestBeginSideBlock) Descriptor() ([]byte, []int)
func (*RequestBeginSideBlock) Equal ¶
func (this *RequestBeginSideBlock) Equal(that interface{}) bool
func (*RequestBeginSideBlock) GetHash ¶
func (m *RequestBeginSideBlock) GetHash() []byte
func (*RequestBeginSideBlock) GetHeader ¶
func (m *RequestBeginSideBlock) GetHeader() Header
func (*RequestBeginSideBlock) GetSideTxResults ¶
func (m *RequestBeginSideBlock) GetSideTxResults() []SideTxResult
func (*RequestBeginSideBlock) Marshal ¶
func (m *RequestBeginSideBlock) Marshal() (dAtA []byte, err error)
func (*RequestBeginSideBlock) MarshalTo ¶
func (m *RequestBeginSideBlock) MarshalTo(dAtA []byte) (int, error)
func (*RequestBeginSideBlock) MarshalToSizedBuffer ¶
func (m *RequestBeginSideBlock) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RequestBeginSideBlock) ProtoMessage ¶
func (*RequestBeginSideBlock) ProtoMessage()
func (*RequestBeginSideBlock) Reset ¶
func (m *RequestBeginSideBlock) Reset()
func (*RequestBeginSideBlock) Size ¶
func (m *RequestBeginSideBlock) Size() (n int)
func (*RequestBeginSideBlock) String ¶
func (m *RequestBeginSideBlock) String() string
func (*RequestBeginSideBlock) Unmarshal ¶
func (m *RequestBeginSideBlock) Unmarshal(dAtA []byte) error
func (*RequestBeginSideBlock) XXX_DiscardUnknown ¶
func (m *RequestBeginSideBlock) XXX_DiscardUnknown()
func (*RequestBeginSideBlock) XXX_Marshal ¶
func (m *RequestBeginSideBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RequestBeginSideBlock) XXX_Merge ¶
func (m *RequestBeginSideBlock) XXX_Merge(src proto.Message)
func (*RequestBeginSideBlock) XXX_Size ¶
func (m *RequestBeginSideBlock) XXX_Size() int
func (*RequestBeginSideBlock) XXX_Unmarshal ¶
func (m *RequestBeginSideBlock) XXX_Unmarshal(b []byte) error
type RequestCheckTx ¶
type RequestCheckTx struct { Tx []byte `protobuf:"bytes,1,opt,name=tx,proto3" json:"tx,omitempty"` Type CheckTxType `protobuf:"varint,2,opt,name=type,proto3,enum=types.CheckTxType" json:"type,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedRequestCheckTx ¶
func NewPopulatedRequestCheckTx(r randyTypes, easy bool) *RequestCheckTx
func (*RequestCheckTx) Descriptor ¶
func (*RequestCheckTx) Descriptor() ([]byte, []int)
func (*RequestCheckTx) Equal ¶
func (this *RequestCheckTx) Equal(that interface{}) bool
func (*RequestCheckTx) GetTx ¶
func (m *RequestCheckTx) GetTx() []byte
func (*RequestCheckTx) GetType ¶
func (m *RequestCheckTx) GetType() CheckTxType
func (*RequestCheckTx) Marshal ¶
func (m *RequestCheckTx) Marshal() (dAtA []byte, err error)
func (*RequestCheckTx) MarshalToSizedBuffer ¶
func (m *RequestCheckTx) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RequestCheckTx) ProtoMessage ¶
func (*RequestCheckTx) ProtoMessage()
func (*RequestCheckTx) Reset ¶
func (m *RequestCheckTx) Reset()
func (*RequestCheckTx) Size ¶
func (m *RequestCheckTx) Size() (n int)
func (*RequestCheckTx) String ¶
func (m *RequestCheckTx) String() string
func (*RequestCheckTx) Unmarshal ¶
func (m *RequestCheckTx) Unmarshal(dAtA []byte) error
func (*RequestCheckTx) XXX_DiscardUnknown ¶
func (m *RequestCheckTx) XXX_DiscardUnknown()
func (*RequestCheckTx) XXX_Marshal ¶
func (m *RequestCheckTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RequestCheckTx) XXX_Merge ¶
func (m *RequestCheckTx) XXX_Merge(src proto.Message)
func (*RequestCheckTx) XXX_Size ¶
func (m *RequestCheckTx) XXX_Size() int
func (*RequestCheckTx) XXX_Unmarshal ¶
func (m *RequestCheckTx) XXX_Unmarshal(b []byte) error
type RequestCommit ¶
type RequestCommit struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedRequestCommit ¶
func NewPopulatedRequestCommit(r randyTypes, easy bool) *RequestCommit
func (*RequestCommit) Descriptor ¶
func (*RequestCommit) Descriptor() ([]byte, []int)
func (*RequestCommit) Equal ¶
func (this *RequestCommit) Equal(that interface{}) bool
func (*RequestCommit) Marshal ¶
func (m *RequestCommit) Marshal() (dAtA []byte, err error)
func (*RequestCommit) MarshalToSizedBuffer ¶
func (m *RequestCommit) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RequestCommit) ProtoMessage ¶
func (*RequestCommit) ProtoMessage()
func (*RequestCommit) Reset ¶
func (m *RequestCommit) Reset()
func (*RequestCommit) Size ¶
func (m *RequestCommit) Size() (n int)
func (*RequestCommit) String ¶
func (m *RequestCommit) String() string
func (*RequestCommit) Unmarshal ¶
func (m *RequestCommit) Unmarshal(dAtA []byte) error
func (*RequestCommit) XXX_DiscardUnknown ¶
func (m *RequestCommit) XXX_DiscardUnknown()
func (*RequestCommit) XXX_Marshal ¶
func (m *RequestCommit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RequestCommit) XXX_Merge ¶
func (m *RequestCommit) XXX_Merge(src proto.Message)
func (*RequestCommit) XXX_Size ¶
func (m *RequestCommit) XXX_Size() int
func (*RequestCommit) XXX_Unmarshal ¶
func (m *RequestCommit) XXX_Unmarshal(b []byte) error
type RequestDeliverSideTx ¶
type RequestDeliverSideTx struct { Tx []byte `protobuf:"bytes,1,opt,name=tx,proto3" json:"tx,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedRequestDeliverSideTx ¶
func NewPopulatedRequestDeliverSideTx(r randyTypes, easy bool) *RequestDeliverSideTx
func (*RequestDeliverSideTx) Descriptor ¶
func (*RequestDeliverSideTx) Descriptor() ([]byte, []int)
func (*RequestDeliverSideTx) Equal ¶
func (this *RequestDeliverSideTx) Equal(that interface{}) bool
func (*RequestDeliverSideTx) GetTx ¶
func (m *RequestDeliverSideTx) GetTx() []byte
func (*RequestDeliverSideTx) Marshal ¶
func (m *RequestDeliverSideTx) Marshal() (dAtA []byte, err error)
func (*RequestDeliverSideTx) MarshalTo ¶
func (m *RequestDeliverSideTx) MarshalTo(dAtA []byte) (int, error)
func (*RequestDeliverSideTx) MarshalToSizedBuffer ¶
func (m *RequestDeliverSideTx) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RequestDeliverSideTx) ProtoMessage ¶
func (*RequestDeliverSideTx) ProtoMessage()
func (*RequestDeliverSideTx) Reset ¶
func (m *RequestDeliverSideTx) Reset()
func (*RequestDeliverSideTx) Size ¶
func (m *RequestDeliverSideTx) Size() (n int)
func (*RequestDeliverSideTx) String ¶
func (m *RequestDeliverSideTx) String() string
func (*RequestDeliverSideTx) Unmarshal ¶
func (m *RequestDeliverSideTx) Unmarshal(dAtA []byte) error
func (*RequestDeliverSideTx) XXX_DiscardUnknown ¶
func (m *RequestDeliverSideTx) XXX_DiscardUnknown()
func (*RequestDeliverSideTx) XXX_Marshal ¶
func (m *RequestDeliverSideTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RequestDeliverSideTx) XXX_Merge ¶
func (m *RequestDeliverSideTx) XXX_Merge(src proto.Message)
func (*RequestDeliverSideTx) XXX_Size ¶
func (m *RequestDeliverSideTx) XXX_Size() int
func (*RequestDeliverSideTx) XXX_Unmarshal ¶
func (m *RequestDeliverSideTx) XXX_Unmarshal(b []byte) error
type RequestDeliverTx ¶
type RequestDeliverTx struct { Tx []byte `protobuf:"bytes,1,opt,name=tx,proto3" json:"tx,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedRequestDeliverTx ¶
func NewPopulatedRequestDeliverTx(r randyTypes, easy bool) *RequestDeliverTx
func (*RequestDeliverTx) Descriptor ¶
func (*RequestDeliverTx) Descriptor() ([]byte, []int)
func (*RequestDeliverTx) Equal ¶
func (this *RequestDeliverTx) Equal(that interface{}) bool
func (*RequestDeliverTx) GetTx ¶
func (m *RequestDeliverTx) GetTx() []byte
func (*RequestDeliverTx) Marshal ¶
func (m *RequestDeliverTx) Marshal() (dAtA []byte, err error)
func (*RequestDeliverTx) MarshalToSizedBuffer ¶
func (m *RequestDeliverTx) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RequestDeliverTx) ProtoMessage ¶
func (*RequestDeliverTx) ProtoMessage()
func (*RequestDeliverTx) Reset ¶
func (m *RequestDeliverTx) Reset()
func (*RequestDeliverTx) Size ¶
func (m *RequestDeliverTx) Size() (n int)
func (*RequestDeliverTx) String ¶
func (m *RequestDeliverTx) String() string
func (*RequestDeliverTx) Unmarshal ¶
func (m *RequestDeliverTx) Unmarshal(dAtA []byte) error
func (*RequestDeliverTx) XXX_DiscardUnknown ¶
func (m *RequestDeliverTx) XXX_DiscardUnknown()
func (*RequestDeliverTx) XXX_Marshal ¶
func (m *RequestDeliverTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RequestDeliverTx) XXX_Merge ¶
func (m *RequestDeliverTx) XXX_Merge(src proto.Message)
func (*RequestDeliverTx) XXX_Size ¶
func (m *RequestDeliverTx) XXX_Size() int
func (*RequestDeliverTx) XXX_Unmarshal ¶
func (m *RequestDeliverTx) XXX_Unmarshal(b []byte) error
type RequestEcho ¶
type RequestEcho struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedRequestEcho ¶
func NewPopulatedRequestEcho(r randyTypes, easy bool) *RequestEcho
func (*RequestEcho) Descriptor ¶
func (*RequestEcho) Descriptor() ([]byte, []int)
func (*RequestEcho) Equal ¶
func (this *RequestEcho) Equal(that interface{}) bool
func (*RequestEcho) GetMessage ¶
func (m *RequestEcho) GetMessage() string
func (*RequestEcho) Marshal ¶
func (m *RequestEcho) Marshal() (dAtA []byte, err error)
func (*RequestEcho) MarshalToSizedBuffer ¶
func (m *RequestEcho) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RequestEcho) ProtoMessage ¶
func (*RequestEcho) ProtoMessage()
func (*RequestEcho) Reset ¶
func (m *RequestEcho) Reset()
func (*RequestEcho) Size ¶
func (m *RequestEcho) Size() (n int)
func (*RequestEcho) String ¶
func (m *RequestEcho) String() string
func (*RequestEcho) Unmarshal ¶
func (m *RequestEcho) Unmarshal(dAtA []byte) error
func (*RequestEcho) XXX_DiscardUnknown ¶
func (m *RequestEcho) XXX_DiscardUnknown()
func (*RequestEcho) XXX_Marshal ¶
func (m *RequestEcho) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RequestEcho) XXX_Merge ¶
func (m *RequestEcho) XXX_Merge(src proto.Message)
func (*RequestEcho) XXX_Size ¶
func (m *RequestEcho) XXX_Size() int
func (*RequestEcho) XXX_Unmarshal ¶
func (m *RequestEcho) XXX_Unmarshal(b []byte) error
type RequestEndBlock ¶
type RequestEndBlock struct { Height int64 `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedRequestEndBlock ¶
func NewPopulatedRequestEndBlock(r randyTypes, easy bool) *RequestEndBlock
func (*RequestEndBlock) Descriptor ¶
func (*RequestEndBlock) Descriptor() ([]byte, []int)
func (*RequestEndBlock) Equal ¶
func (this *RequestEndBlock) Equal(that interface{}) bool
func (*RequestEndBlock) GetHeight ¶
func (m *RequestEndBlock) GetHeight() int64
func (*RequestEndBlock) Marshal ¶
func (m *RequestEndBlock) Marshal() (dAtA []byte, err error)
func (*RequestEndBlock) MarshalToSizedBuffer ¶
func (m *RequestEndBlock) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RequestEndBlock) ProtoMessage ¶
func (*RequestEndBlock) ProtoMessage()
func (*RequestEndBlock) Reset ¶
func (m *RequestEndBlock) Reset()
func (*RequestEndBlock) Size ¶
func (m *RequestEndBlock) Size() (n int)
func (*RequestEndBlock) String ¶
func (m *RequestEndBlock) String() string
func (*RequestEndBlock) Unmarshal ¶
func (m *RequestEndBlock) Unmarshal(dAtA []byte) error
func (*RequestEndBlock) XXX_DiscardUnknown ¶
func (m *RequestEndBlock) XXX_DiscardUnknown()
func (*RequestEndBlock) XXX_Marshal ¶
func (m *RequestEndBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RequestEndBlock) XXX_Merge ¶
func (m *RequestEndBlock) XXX_Merge(src proto.Message)
func (*RequestEndBlock) XXX_Size ¶
func (m *RequestEndBlock) XXX_Size() int
func (*RequestEndBlock) XXX_Unmarshal ¶
func (m *RequestEndBlock) XXX_Unmarshal(b []byte) error
type RequestFlush ¶
type RequestFlush struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedRequestFlush ¶
func NewPopulatedRequestFlush(r randyTypes, easy bool) *RequestFlush
func (*RequestFlush) Descriptor ¶
func (*RequestFlush) Descriptor() ([]byte, []int)
func (*RequestFlush) Equal ¶
func (this *RequestFlush) Equal(that interface{}) bool
func (*RequestFlush) Marshal ¶
func (m *RequestFlush) Marshal() (dAtA []byte, err error)
func (*RequestFlush) MarshalToSizedBuffer ¶
func (m *RequestFlush) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RequestFlush) ProtoMessage ¶
func (*RequestFlush) ProtoMessage()
func (*RequestFlush) Reset ¶
func (m *RequestFlush) Reset()
func (*RequestFlush) Size ¶
func (m *RequestFlush) Size() (n int)
func (*RequestFlush) String ¶
func (m *RequestFlush) String() string
func (*RequestFlush) Unmarshal ¶
func (m *RequestFlush) Unmarshal(dAtA []byte) error
func (*RequestFlush) XXX_DiscardUnknown ¶
func (m *RequestFlush) XXX_DiscardUnknown()
func (*RequestFlush) XXX_Marshal ¶
func (m *RequestFlush) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RequestFlush) XXX_Merge ¶
func (m *RequestFlush) XXX_Merge(src proto.Message)
func (*RequestFlush) XXX_Size ¶
func (m *RequestFlush) XXX_Size() int
func (*RequestFlush) XXX_Unmarshal ¶
func (m *RequestFlush) XXX_Unmarshal(b []byte) error
type RequestInfo ¶
type RequestInfo struct { Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` BlockVersion uint64 `protobuf:"varint,2,opt,name=block_version,json=blockVersion,proto3" json:"block_version,omitempty"` P2PVersion uint64 `protobuf:"varint,3,opt,name=p2p_version,json=p2pVersion,proto3" json:"p2p_version,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedRequestInfo ¶
func NewPopulatedRequestInfo(r randyTypes, easy bool) *RequestInfo
func (*RequestInfo) Descriptor ¶
func (*RequestInfo) Descriptor() ([]byte, []int)
func (*RequestInfo) Equal ¶
func (this *RequestInfo) Equal(that interface{}) bool
func (*RequestInfo) GetBlockVersion ¶
func (m *RequestInfo) GetBlockVersion() uint64
func (*RequestInfo) GetP2PVersion ¶
func (m *RequestInfo) GetP2PVersion() uint64
func (*RequestInfo) GetVersion ¶
func (m *RequestInfo) GetVersion() string
func (*RequestInfo) Marshal ¶
func (m *RequestInfo) Marshal() (dAtA []byte, err error)
func (*RequestInfo) MarshalToSizedBuffer ¶
func (m *RequestInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RequestInfo) ProtoMessage ¶
func (*RequestInfo) ProtoMessage()
func (*RequestInfo) Reset ¶
func (m *RequestInfo) Reset()
func (*RequestInfo) Size ¶
func (m *RequestInfo) Size() (n int)
func (*RequestInfo) String ¶
func (m *RequestInfo) String() string
func (*RequestInfo) Unmarshal ¶
func (m *RequestInfo) Unmarshal(dAtA []byte) error
func (*RequestInfo) XXX_DiscardUnknown ¶
func (m *RequestInfo) XXX_DiscardUnknown()
func (*RequestInfo) XXX_Marshal ¶
func (m *RequestInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RequestInfo) XXX_Merge ¶
func (m *RequestInfo) XXX_Merge(src proto.Message)
func (*RequestInfo) XXX_Size ¶
func (m *RequestInfo) XXX_Size() int
func (*RequestInfo) XXX_Unmarshal ¶
func (m *RequestInfo) XXX_Unmarshal(b []byte) error
type RequestInitChain ¶
type RequestInitChain struct { Time time.Time `protobuf:"bytes,1,opt,name=time,proto3,stdtime" json:"time"` ChainId string `protobuf:"bytes,2,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` ConsensusParams *ConsensusParams `protobuf:"bytes,3,opt,name=consensus_params,json=consensusParams,proto3" json:"consensus_params,omitempty"` Validators []ValidatorUpdate `protobuf:"bytes,4,rep,name=validators,proto3" json:"validators"` AppStateBytes []byte `protobuf:"bytes,5,opt,name=app_state_bytes,json=appStateBytes,proto3" json:"app_state_bytes,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedRequestInitChain ¶
func NewPopulatedRequestInitChain(r randyTypes, easy bool) *RequestInitChain
func (*RequestInitChain) Descriptor ¶
func (*RequestInitChain) Descriptor() ([]byte, []int)
func (*RequestInitChain) Equal ¶
func (this *RequestInitChain) Equal(that interface{}) bool
func (*RequestInitChain) GetAppStateBytes ¶
func (m *RequestInitChain) GetAppStateBytes() []byte
func (*RequestInitChain) GetChainId ¶
func (m *RequestInitChain) GetChainId() string
func (*RequestInitChain) GetConsensusParams ¶
func (m *RequestInitChain) GetConsensusParams() *ConsensusParams
func (*RequestInitChain) GetTime ¶
func (m *RequestInitChain) GetTime() time.Time
func (*RequestInitChain) GetValidators ¶
func (m *RequestInitChain) GetValidators() []ValidatorUpdate
func (*RequestInitChain) Marshal ¶
func (m *RequestInitChain) Marshal() (dAtA []byte, err error)
func (*RequestInitChain) MarshalToSizedBuffer ¶
func (m *RequestInitChain) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RequestInitChain) ProtoMessage ¶
func (*RequestInitChain) ProtoMessage()
func (*RequestInitChain) Reset ¶
func (m *RequestInitChain) Reset()
func (*RequestInitChain) Size ¶
func (m *RequestInitChain) Size() (n int)
func (*RequestInitChain) String ¶
func (m *RequestInitChain) String() string
func (*RequestInitChain) Unmarshal ¶
func (m *RequestInitChain) Unmarshal(dAtA []byte) error
func (*RequestInitChain) XXX_DiscardUnknown ¶
func (m *RequestInitChain) XXX_DiscardUnknown()
func (*RequestInitChain) XXX_Marshal ¶
func (m *RequestInitChain) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RequestInitChain) XXX_Merge ¶
func (m *RequestInitChain) XXX_Merge(src proto.Message)
func (*RequestInitChain) XXX_Size ¶
func (m *RequestInitChain) XXX_Size() int
func (*RequestInitChain) XXX_Unmarshal ¶
func (m *RequestInitChain) XXX_Unmarshal(b []byte) error
type RequestQuery ¶
type RequestQuery struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` Height int64 `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"` Prove bool `protobuf:"varint,4,opt,name=prove,proto3" json:"prove,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedRequestQuery ¶
func NewPopulatedRequestQuery(r randyTypes, easy bool) *RequestQuery
func (*RequestQuery) Descriptor ¶
func (*RequestQuery) Descriptor() ([]byte, []int)
func (*RequestQuery) Equal ¶
func (this *RequestQuery) Equal(that interface{}) bool
func (*RequestQuery) GetData ¶
func (m *RequestQuery) GetData() []byte
func (*RequestQuery) GetHeight ¶
func (m *RequestQuery) GetHeight() int64
func (*RequestQuery) GetPath ¶
func (m *RequestQuery) GetPath() string
func (*RequestQuery) GetProve ¶
func (m *RequestQuery) GetProve() bool
func (*RequestQuery) Marshal ¶
func (m *RequestQuery) Marshal() (dAtA []byte, err error)
func (*RequestQuery) MarshalToSizedBuffer ¶
func (m *RequestQuery) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RequestQuery) ProtoMessage ¶
func (*RequestQuery) ProtoMessage()
func (*RequestQuery) Reset ¶
func (m *RequestQuery) Reset()
func (*RequestQuery) Size ¶
func (m *RequestQuery) Size() (n int)
func (*RequestQuery) String ¶
func (m *RequestQuery) String() string
func (*RequestQuery) Unmarshal ¶
func (m *RequestQuery) Unmarshal(dAtA []byte) error
func (*RequestQuery) XXX_DiscardUnknown ¶
func (m *RequestQuery) XXX_DiscardUnknown()
func (*RequestQuery) XXX_Marshal ¶
func (m *RequestQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RequestQuery) XXX_Merge ¶
func (m *RequestQuery) XXX_Merge(src proto.Message)
func (*RequestQuery) XXX_Size ¶
func (m *RequestQuery) XXX_Size() int
func (*RequestQuery) XXX_Unmarshal ¶
func (m *RequestQuery) XXX_Unmarshal(b []byte) error
type RequestSetOption ¶
type RequestSetOption struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
nondeterministic
func NewPopulatedRequestSetOption ¶
func NewPopulatedRequestSetOption(r randyTypes, easy bool) *RequestSetOption
func (*RequestSetOption) Descriptor ¶
func (*RequestSetOption) Descriptor() ([]byte, []int)
func (*RequestSetOption) Equal ¶
func (this *RequestSetOption) Equal(that interface{}) bool
func (*RequestSetOption) GetKey ¶
func (m *RequestSetOption) GetKey() string
func (*RequestSetOption) GetValue ¶
func (m *RequestSetOption) GetValue() string
func (*RequestSetOption) Marshal ¶
func (m *RequestSetOption) Marshal() (dAtA []byte, err error)
func (*RequestSetOption) MarshalToSizedBuffer ¶
func (m *RequestSetOption) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RequestSetOption) ProtoMessage ¶
func (*RequestSetOption) ProtoMessage()
func (*RequestSetOption) Reset ¶
func (m *RequestSetOption) Reset()
func (*RequestSetOption) Size ¶
func (m *RequestSetOption) Size() (n int)
func (*RequestSetOption) String ¶
func (m *RequestSetOption) String() string
func (*RequestSetOption) Unmarshal ¶
func (m *RequestSetOption) Unmarshal(dAtA []byte) error
func (*RequestSetOption) XXX_DiscardUnknown ¶
func (m *RequestSetOption) XXX_DiscardUnknown()
func (*RequestSetOption) XXX_Marshal ¶
func (m *RequestSetOption) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RequestSetOption) XXX_Merge ¶
func (m *RequestSetOption) XXX_Merge(src proto.Message)
func (*RequestSetOption) XXX_Size ¶
func (m *RequestSetOption) XXX_Size() int
func (*RequestSetOption) XXX_Unmarshal ¶
func (m *RequestSetOption) XXX_Unmarshal(b []byte) error
type Request_BeginBlock ¶
type Request_BeginBlock struct {
BeginBlock *RequestBeginBlock `protobuf:"bytes,8,opt,name=begin_block,json=beginBlock,proto3,oneof" json:"begin_block,omitempty"`
}
func NewPopulatedRequest_BeginBlock ¶
func NewPopulatedRequest_BeginBlock(r randyTypes, easy bool) *Request_BeginBlock
func (*Request_BeginBlock) Equal ¶
func (this *Request_BeginBlock) Equal(that interface{}) bool
func (*Request_BeginBlock) MarshalTo ¶
func (m *Request_BeginBlock) MarshalTo(dAtA []byte) (int, error)
func (*Request_BeginBlock) MarshalToSizedBuffer ¶
func (m *Request_BeginBlock) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Request_BeginBlock) Size ¶
func (m *Request_BeginBlock) Size() (n int)
type Request_BeginSideBlock ¶
type Request_BeginSideBlock struct {
BeginSideBlock *RequestBeginSideBlock `protobuf:"bytes,21,opt,name=begin_side_block,json=beginSideBlock,proto3,oneof" json:"begin_side_block,omitempty"`
}
func NewPopulatedRequest_BeginSideBlock ¶
func NewPopulatedRequest_BeginSideBlock(r randyTypes, easy bool) *Request_BeginSideBlock
func (*Request_BeginSideBlock) Equal ¶
func (this *Request_BeginSideBlock) Equal(that interface{}) bool
func (*Request_BeginSideBlock) MarshalTo ¶
func (m *Request_BeginSideBlock) MarshalTo(dAtA []byte) (int, error)
func (*Request_BeginSideBlock) MarshalToSizedBuffer ¶
func (m *Request_BeginSideBlock) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Request_BeginSideBlock) Size ¶
func (m *Request_BeginSideBlock) Size() (n int)
type Request_CheckTx ¶
type Request_CheckTx struct {
CheckTx *RequestCheckTx `protobuf:"bytes,9,opt,name=check_tx,json=checkTx,proto3,oneof" json:"check_tx,omitempty"`
}
func NewPopulatedRequest_CheckTx ¶
func NewPopulatedRequest_CheckTx(r randyTypes, easy bool) *Request_CheckTx
func (*Request_CheckTx) Equal ¶
func (this *Request_CheckTx) Equal(that interface{}) bool
func (*Request_CheckTx) MarshalToSizedBuffer ¶
func (m *Request_CheckTx) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Request_CheckTx) Size ¶
func (m *Request_CheckTx) Size() (n int)
type Request_Commit ¶
type Request_Commit struct {
Commit *RequestCommit `protobuf:"bytes,12,opt,name=commit,proto3,oneof" json:"commit,omitempty"`
}
func NewPopulatedRequest_Commit ¶
func NewPopulatedRequest_Commit(r randyTypes, easy bool) *Request_Commit
func (*Request_Commit) Equal ¶
func (this *Request_Commit) Equal(that interface{}) bool
func (*Request_Commit) MarshalToSizedBuffer ¶
func (m *Request_Commit) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Request_Commit) Size ¶
func (m *Request_Commit) Size() (n int)
type Request_DeliverSideTx ¶
type Request_DeliverSideTx struct {
DeliverSideTx *RequestDeliverSideTx `protobuf:"bytes,22,opt,name=deliver_side_tx,json=deliverSideTx,proto3,oneof" json:"deliver_side_tx,omitempty"`
}
func NewPopulatedRequest_DeliverSideTx ¶
func NewPopulatedRequest_DeliverSideTx(r randyTypes, easy bool) *Request_DeliverSideTx
func (*Request_DeliverSideTx) Equal ¶
func (this *Request_DeliverSideTx) Equal(that interface{}) bool
func (*Request_DeliverSideTx) MarshalTo ¶
func (m *Request_DeliverSideTx) MarshalTo(dAtA []byte) (int, error)
func (*Request_DeliverSideTx) MarshalToSizedBuffer ¶
func (m *Request_DeliverSideTx) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Request_DeliverSideTx) Size ¶
func (m *Request_DeliverSideTx) Size() (n int)
type Request_DeliverTx ¶
type Request_DeliverTx struct {
DeliverTx *RequestDeliverTx `protobuf:"bytes,19,opt,name=deliver_tx,json=deliverTx,proto3,oneof" json:"deliver_tx,omitempty"`
}
func NewPopulatedRequest_DeliverTx ¶
func NewPopulatedRequest_DeliverTx(r randyTypes, easy bool) *Request_DeliverTx
func (*Request_DeliverTx) Equal ¶
func (this *Request_DeliverTx) Equal(that interface{}) bool
func (*Request_DeliverTx) MarshalTo ¶
func (m *Request_DeliverTx) MarshalTo(dAtA []byte) (int, error)
func (*Request_DeliverTx) MarshalToSizedBuffer ¶
func (m *Request_DeliverTx) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Request_DeliverTx) Size ¶
func (m *Request_DeliverTx) Size() (n int)
type Request_Echo ¶
type Request_Echo struct {
Echo *RequestEcho `protobuf:"bytes,2,opt,name=echo,proto3,oneof" json:"echo,omitempty"`
}
func NewPopulatedRequest_Echo ¶
func NewPopulatedRequest_Echo(r randyTypes, easy bool) *Request_Echo
func (*Request_Echo) Equal ¶
func (this *Request_Echo) Equal(that interface{}) bool
func (*Request_Echo) MarshalToSizedBuffer ¶
func (m *Request_Echo) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Request_Echo) Size ¶
func (m *Request_Echo) Size() (n int)
type Request_EndBlock ¶
type Request_EndBlock struct {
EndBlock *RequestEndBlock `protobuf:"bytes,11,opt,name=end_block,json=endBlock,proto3,oneof" json:"end_block,omitempty"`
}
func NewPopulatedRequest_EndBlock ¶
func NewPopulatedRequest_EndBlock(r randyTypes, easy bool) *Request_EndBlock
func (*Request_EndBlock) Equal ¶
func (this *Request_EndBlock) Equal(that interface{}) bool
func (*Request_EndBlock) MarshalToSizedBuffer ¶
func (m *Request_EndBlock) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Request_EndBlock) Size ¶
func (m *Request_EndBlock) Size() (n int)
type Request_Flush ¶
type Request_Flush struct {
Flush *RequestFlush `protobuf:"bytes,3,opt,name=flush,proto3,oneof" json:"flush,omitempty"`
}
func NewPopulatedRequest_Flush ¶
func NewPopulatedRequest_Flush(r randyTypes, easy bool) *Request_Flush
func (*Request_Flush) Equal ¶
func (this *Request_Flush) Equal(that interface{}) bool
func (*Request_Flush) MarshalToSizedBuffer ¶
func (m *Request_Flush) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Request_Flush) Size ¶
func (m *Request_Flush) Size() (n int)
type Request_Info ¶
type Request_Info struct {
Info *RequestInfo `protobuf:"bytes,4,opt,name=info,proto3,oneof" json:"info,omitempty"`
}
func NewPopulatedRequest_Info ¶
func NewPopulatedRequest_Info(r randyTypes, easy bool) *Request_Info
func (*Request_Info) Equal ¶
func (this *Request_Info) Equal(that interface{}) bool
func (*Request_Info) MarshalToSizedBuffer ¶
func (m *Request_Info) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Request_Info) Size ¶
func (m *Request_Info) Size() (n int)
type Request_InitChain ¶
type Request_InitChain struct {
InitChain *RequestInitChain `protobuf:"bytes,6,opt,name=init_chain,json=initChain,proto3,oneof" json:"init_chain,omitempty"`
}
func NewPopulatedRequest_InitChain ¶
func NewPopulatedRequest_InitChain(r randyTypes, easy bool) *Request_InitChain
func (*Request_InitChain) Equal ¶
func (this *Request_InitChain) Equal(that interface{}) bool
func (*Request_InitChain) MarshalTo ¶
func (m *Request_InitChain) MarshalTo(dAtA []byte) (int, error)
func (*Request_InitChain) MarshalToSizedBuffer ¶
func (m *Request_InitChain) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Request_InitChain) Size ¶
func (m *Request_InitChain) Size() (n int)
type Request_Query ¶
type Request_Query struct {
Query *RequestQuery `protobuf:"bytes,7,opt,name=query,proto3,oneof" json:"query,omitempty"`
}
func NewPopulatedRequest_Query ¶
func NewPopulatedRequest_Query(r randyTypes, easy bool) *Request_Query
func (*Request_Query) Equal ¶
func (this *Request_Query) Equal(that interface{}) bool
func (*Request_Query) MarshalToSizedBuffer ¶
func (m *Request_Query) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Request_Query) Size ¶
func (m *Request_Query) Size() (n int)
type Request_SetOption ¶
type Request_SetOption struct {
SetOption *RequestSetOption `protobuf:"bytes,5,opt,name=set_option,json=setOption,proto3,oneof" json:"set_option,omitempty"`
}
func NewPopulatedRequest_SetOption ¶
func NewPopulatedRequest_SetOption(r randyTypes, easy bool) *Request_SetOption
func (*Request_SetOption) Equal ¶
func (this *Request_SetOption) Equal(that interface{}) bool
func (*Request_SetOption) MarshalTo ¶
func (m *Request_SetOption) MarshalTo(dAtA []byte) (int, error)
func (*Request_SetOption) MarshalToSizedBuffer ¶
func (m *Request_SetOption) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Request_SetOption) Size ¶
func (m *Request_SetOption) Size() (n int)
type Response ¶
type Response struct { // Types that are valid to be assigned to Value: // *Response_Exception // *Response_Echo // *Response_Flush // *Response_Info // *Response_SetOption // *Response_InitChain // *Response_Query // *Response_BeginBlock // *Response_CheckTx // *Response_DeliverTx // *Response_EndBlock // *Response_Commit // *Response_BeginSideBlock // *Response_DeliverSideTx Value isResponse_Value `protobuf_oneof:"value"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedResponse ¶
func ToResponseBeginBlock ¶
func ToResponseBeginBlock(res ResponseBeginBlock) *Response
func ToResponseBeginSideBlock ¶
func ToResponseBeginSideBlock(req ResponseBeginSideBlock) *Response
func ToResponseCheckTx ¶
func ToResponseCheckTx(res ResponseCheckTx) *Response
func ToResponseCommit ¶
func ToResponseCommit(res ResponseCommit) *Response
func ToResponseDeliverSideTx ¶
func ToResponseDeliverSideTx(req ResponseDeliverSideTx) *Response
func ToResponseDeliverTx ¶
func ToResponseDeliverTx(res ResponseDeliverTx) *Response
func ToResponseEcho ¶
func ToResponseEndBlock ¶
func ToResponseEndBlock(res ResponseEndBlock) *Response
func ToResponseException ¶
func ToResponseFlush ¶
func ToResponseFlush() *Response
func ToResponseInfo ¶
func ToResponseInfo(res ResponseInfo) *Response
func ToResponseInitChain ¶
func ToResponseInitChain(res ResponseInitChain) *Response
func ToResponseQuery ¶
func ToResponseQuery(res ResponseQuery) *Response
func ToResponseSetOption ¶
func ToResponseSetOption(res ResponseSetOption) *Response
func (*Response) Descriptor ¶
func (*Response) GetBeginBlock ¶
func (m *Response) GetBeginBlock() *ResponseBeginBlock
func (*Response) GetBeginSideBlock ¶
func (m *Response) GetBeginSideBlock() *ResponseBeginSideBlock
func (*Response) GetCheckTx ¶
func (m *Response) GetCheckTx() *ResponseCheckTx
func (*Response) GetCommit ¶
func (m *Response) GetCommit() *ResponseCommit
func (*Response) GetDeliverSideTx ¶
func (m *Response) GetDeliverSideTx() *ResponseDeliverSideTx
func (*Response) GetDeliverTx ¶
func (m *Response) GetDeliverTx() *ResponseDeliverTx
func (*Response) GetEcho ¶
func (m *Response) GetEcho() *ResponseEcho
func (*Response) GetEndBlock ¶
func (m *Response) GetEndBlock() *ResponseEndBlock
func (*Response) GetException ¶
func (m *Response) GetException() *ResponseException
func (*Response) GetFlush ¶
func (m *Response) GetFlush() *ResponseFlush
func (*Response) GetInfo ¶
func (m *Response) GetInfo() *ResponseInfo
func (*Response) GetInitChain ¶
func (m *Response) GetInitChain() *ResponseInitChain
func (*Response) GetQuery ¶
func (m *Response) GetQuery() *ResponseQuery
func (*Response) GetSetOption ¶
func (m *Response) GetSetOption() *ResponseSetOption
func (*Response) MarshalToSizedBuffer ¶
func (*Response) ProtoMessage ¶
func (*Response) ProtoMessage()
func (*Response) XXX_DiscardUnknown ¶
func (m *Response) XXX_DiscardUnknown()
func (*Response) XXX_Marshal ¶
func (*Response) XXX_OneofWrappers ¶
func (*Response) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*Response) XXX_Unmarshal ¶
type ResponseBeginBlock ¶
type ResponseBeginBlock struct { Events []Event `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedResponseBeginBlock ¶
func NewPopulatedResponseBeginBlock(r randyTypes, easy bool) *ResponseBeginBlock
func (*ResponseBeginBlock) Descriptor ¶
func (*ResponseBeginBlock) Descriptor() ([]byte, []int)
func (*ResponseBeginBlock) Equal ¶
func (this *ResponseBeginBlock) Equal(that interface{}) bool
func (*ResponseBeginBlock) GetEvents ¶
func (m *ResponseBeginBlock) GetEvents() []Event
func (*ResponseBeginBlock) Marshal ¶
func (m *ResponseBeginBlock) Marshal() (dAtA []byte, err error)
func (*ResponseBeginBlock) MarshalTo ¶
func (m *ResponseBeginBlock) MarshalTo(dAtA []byte) (int, error)
func (*ResponseBeginBlock) MarshalToSizedBuffer ¶
func (m *ResponseBeginBlock) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ResponseBeginBlock) ProtoMessage ¶
func (*ResponseBeginBlock) ProtoMessage()
func (*ResponseBeginBlock) Reset ¶
func (m *ResponseBeginBlock) Reset()
func (*ResponseBeginBlock) Size ¶
func (m *ResponseBeginBlock) Size() (n int)
func (*ResponseBeginBlock) String ¶
func (m *ResponseBeginBlock) String() string
func (*ResponseBeginBlock) Unmarshal ¶
func (m *ResponseBeginBlock) Unmarshal(dAtA []byte) error
func (*ResponseBeginBlock) XXX_DiscardUnknown ¶
func (m *ResponseBeginBlock) XXX_DiscardUnknown()
func (*ResponseBeginBlock) XXX_Marshal ¶
func (m *ResponseBeginBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ResponseBeginBlock) XXX_Merge ¶
func (m *ResponseBeginBlock) XXX_Merge(src proto.Message)
func (*ResponseBeginBlock) XXX_Size ¶
func (m *ResponseBeginBlock) XXX_Size() int
func (*ResponseBeginBlock) XXX_Unmarshal ¶
func (m *ResponseBeginBlock) XXX_Unmarshal(b []byte) error
type ResponseBeginSideBlock ¶
type ResponseBeginSideBlock struct { Events []Event `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedResponseBeginSideBlock ¶
func NewPopulatedResponseBeginSideBlock(r randyTypes, easy bool) *ResponseBeginSideBlock
func (*ResponseBeginSideBlock) Descriptor ¶
func (*ResponseBeginSideBlock) Descriptor() ([]byte, []int)
func (*ResponseBeginSideBlock) Equal ¶
func (this *ResponseBeginSideBlock) Equal(that interface{}) bool
func (*ResponseBeginSideBlock) GetEvents ¶
func (m *ResponseBeginSideBlock) GetEvents() []Event
func (*ResponseBeginSideBlock) Marshal ¶
func (m *ResponseBeginSideBlock) Marshal() (dAtA []byte, err error)
func (*ResponseBeginSideBlock) MarshalTo ¶
func (m *ResponseBeginSideBlock) MarshalTo(dAtA []byte) (int, error)
func (*ResponseBeginSideBlock) MarshalToSizedBuffer ¶
func (m *ResponseBeginSideBlock) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ResponseBeginSideBlock) ProtoMessage ¶
func (*ResponseBeginSideBlock) ProtoMessage()
func (*ResponseBeginSideBlock) Reset ¶
func (m *ResponseBeginSideBlock) Reset()
func (*ResponseBeginSideBlock) Size ¶
func (m *ResponseBeginSideBlock) Size() (n int)
func (*ResponseBeginSideBlock) String ¶
func (m *ResponseBeginSideBlock) String() string
func (*ResponseBeginSideBlock) Unmarshal ¶
func (m *ResponseBeginSideBlock) Unmarshal(dAtA []byte) error
func (*ResponseBeginSideBlock) XXX_DiscardUnknown ¶
func (m *ResponseBeginSideBlock) XXX_DiscardUnknown()
func (*ResponseBeginSideBlock) XXX_Marshal ¶
func (m *ResponseBeginSideBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ResponseBeginSideBlock) XXX_Merge ¶
func (m *ResponseBeginSideBlock) XXX_Merge(src proto.Message)
func (*ResponseBeginSideBlock) XXX_Size ¶
func (m *ResponseBeginSideBlock) XXX_Size() int
func (*ResponseBeginSideBlock) XXX_Unmarshal ¶
func (m *ResponseBeginSideBlock) XXX_Unmarshal(b []byte) error
type ResponseCheckTx ¶
type ResponseCheckTx struct { Code uint32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` Log string `protobuf:"bytes,3,opt,name=log,proto3" json:"log,omitempty"` Info string `protobuf:"bytes,4,opt,name=info,proto3" json:"info,omitempty"` GasWanted int64 `protobuf:"varint,5,opt,name=gas_wanted,json=gasWanted,proto3" json:"gas_wanted,omitempty"` GasUsed int64 `protobuf:"varint,6,opt,name=gas_used,json=gasUsed,proto3" json:"gas_used,omitempty"` Events []Event `protobuf:"bytes,7,rep,name=events,proto3" json:"events,omitempty"` Codespace string `protobuf:"bytes,8,opt,name=codespace,proto3" json:"codespace,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedResponseCheckTx ¶
func NewPopulatedResponseCheckTx(r randyTypes, easy bool) *ResponseCheckTx
func (*ResponseCheckTx) Descriptor ¶
func (*ResponseCheckTx) Descriptor() ([]byte, []int)
func (*ResponseCheckTx) Equal ¶
func (this *ResponseCheckTx) Equal(that interface{}) bool
func (*ResponseCheckTx) GetCode ¶
func (m *ResponseCheckTx) GetCode() uint32
func (*ResponseCheckTx) GetCodespace ¶
func (m *ResponseCheckTx) GetCodespace() string
func (*ResponseCheckTx) GetData ¶
func (m *ResponseCheckTx) GetData() []byte
func (*ResponseCheckTx) GetEvents ¶
func (m *ResponseCheckTx) GetEvents() []Event
func (*ResponseCheckTx) GetGasUsed ¶
func (m *ResponseCheckTx) GetGasUsed() int64
func (*ResponseCheckTx) GetGasWanted ¶
func (m *ResponseCheckTx) GetGasWanted() int64
func (*ResponseCheckTx) GetInfo ¶
func (m *ResponseCheckTx) GetInfo() string
func (*ResponseCheckTx) GetLog ¶
func (m *ResponseCheckTx) GetLog() string
func (ResponseCheckTx) IsErr ¶
func (r ResponseCheckTx) IsErr() bool
IsErr returns true if Code is something other than OK.
func (*ResponseCheckTx) Marshal ¶
func (m *ResponseCheckTx) Marshal() (dAtA []byte, err error)
func (*ResponseCheckTx) MarshalJSON ¶
func (r *ResponseCheckTx) MarshalJSON() ([]byte, error)
func (*ResponseCheckTx) MarshalToSizedBuffer ¶
func (m *ResponseCheckTx) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ResponseCheckTx) ProtoMessage ¶
func (*ResponseCheckTx) ProtoMessage()
func (*ResponseCheckTx) Reset ¶
func (m *ResponseCheckTx) Reset()
func (*ResponseCheckTx) Size ¶
func (m *ResponseCheckTx) Size() (n int)
func (*ResponseCheckTx) String ¶
func (m *ResponseCheckTx) String() string
func (*ResponseCheckTx) Unmarshal ¶
func (m *ResponseCheckTx) Unmarshal(dAtA []byte) error
func (*ResponseCheckTx) UnmarshalJSON ¶
func (r *ResponseCheckTx) UnmarshalJSON(b []byte) error
func (*ResponseCheckTx) XXX_DiscardUnknown ¶
func (m *ResponseCheckTx) XXX_DiscardUnknown()
func (*ResponseCheckTx) XXX_Marshal ¶
func (m *ResponseCheckTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ResponseCheckTx) XXX_Merge ¶
func (m *ResponseCheckTx) XXX_Merge(src proto.Message)
func (*ResponseCheckTx) XXX_Size ¶
func (m *ResponseCheckTx) XXX_Size() int
func (*ResponseCheckTx) XXX_Unmarshal ¶
func (m *ResponseCheckTx) XXX_Unmarshal(b []byte) error
type ResponseCommit ¶
type ResponseCommit struct { // reserve 1 Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedResponseCommit ¶
func NewPopulatedResponseCommit(r randyTypes, easy bool) *ResponseCommit
func (*ResponseCommit) Descriptor ¶
func (*ResponseCommit) Descriptor() ([]byte, []int)
func (*ResponseCommit) Equal ¶
func (this *ResponseCommit) Equal(that interface{}) bool
func (*ResponseCommit) GetData ¶
func (m *ResponseCommit) GetData() []byte
func (*ResponseCommit) Marshal ¶
func (m *ResponseCommit) Marshal() (dAtA []byte, err error)
func (*ResponseCommit) MarshalJSON ¶
func (r *ResponseCommit) MarshalJSON() ([]byte, error)
func (*ResponseCommit) MarshalToSizedBuffer ¶
func (m *ResponseCommit) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ResponseCommit) ProtoMessage ¶
func (*ResponseCommit) ProtoMessage()
func (*ResponseCommit) Reset ¶
func (m *ResponseCommit) Reset()
func (*ResponseCommit) Size ¶
func (m *ResponseCommit) Size() (n int)
func (*ResponseCommit) String ¶
func (m *ResponseCommit) String() string
func (*ResponseCommit) Unmarshal ¶
func (m *ResponseCommit) Unmarshal(dAtA []byte) error
func (*ResponseCommit) UnmarshalJSON ¶
func (r *ResponseCommit) UnmarshalJSON(b []byte) error
func (*ResponseCommit) XXX_DiscardUnknown ¶
func (m *ResponseCommit) XXX_DiscardUnknown()
func (*ResponseCommit) XXX_Marshal ¶
func (m *ResponseCommit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ResponseCommit) XXX_Merge ¶
func (m *ResponseCommit) XXX_Merge(src proto.Message)
func (*ResponseCommit) XXX_Size ¶
func (m *ResponseCommit) XXX_Size() int
func (*ResponseCommit) XXX_Unmarshal ¶
func (m *ResponseCommit) XXX_Unmarshal(b []byte) error
type ResponseDeliverSideTx ¶
type ResponseDeliverSideTx struct { Code uint32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` Codespace string `protobuf:"bytes,2,opt,name=codespace,proto3" json:"codespace,omitempty"` Result SideTxResultType `protobuf:"varint,4,opt,name=result,proto3,enum=types.SideTxResultType" json:"result,omitempty"` Data []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedResponseDeliverSideTx ¶
func NewPopulatedResponseDeliverSideTx(r randyTypes, easy bool) *ResponseDeliverSideTx
func (*ResponseDeliverSideTx) Descriptor ¶
func (*ResponseDeliverSideTx) Descriptor() ([]byte, []int)
func (*ResponseDeliverSideTx) Equal ¶
func (this *ResponseDeliverSideTx) Equal(that interface{}) bool
func (*ResponseDeliverSideTx) GetCode ¶
func (m *ResponseDeliverSideTx) GetCode() uint32
func (*ResponseDeliverSideTx) GetCodespace ¶
func (m *ResponseDeliverSideTx) GetCodespace() string
func (*ResponseDeliverSideTx) GetData ¶
func (m *ResponseDeliverSideTx) GetData() []byte
func (*ResponseDeliverSideTx) GetResult ¶
func (m *ResponseDeliverSideTx) GetResult() SideTxResultType
func (*ResponseDeliverSideTx) Marshal ¶
func (m *ResponseDeliverSideTx) Marshal() (dAtA []byte, err error)
func (*ResponseDeliverSideTx) MarshalTo ¶
func (m *ResponseDeliverSideTx) MarshalTo(dAtA []byte) (int, error)
func (*ResponseDeliverSideTx) MarshalToSizedBuffer ¶
func (m *ResponseDeliverSideTx) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ResponseDeliverSideTx) ProtoMessage ¶
func (*ResponseDeliverSideTx) ProtoMessage()
func (*ResponseDeliverSideTx) Reset ¶
func (m *ResponseDeliverSideTx) Reset()
func (*ResponseDeliverSideTx) Size ¶
func (m *ResponseDeliverSideTx) Size() (n int)
func (*ResponseDeliverSideTx) String ¶
func (m *ResponseDeliverSideTx) String() string
func (*ResponseDeliverSideTx) Unmarshal ¶
func (m *ResponseDeliverSideTx) Unmarshal(dAtA []byte) error
func (*ResponseDeliverSideTx) XXX_DiscardUnknown ¶
func (m *ResponseDeliverSideTx) XXX_DiscardUnknown()
func (*ResponseDeliverSideTx) XXX_Marshal ¶
func (m *ResponseDeliverSideTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ResponseDeliverSideTx) XXX_Merge ¶
func (m *ResponseDeliverSideTx) XXX_Merge(src proto.Message)
func (*ResponseDeliverSideTx) XXX_Size ¶
func (m *ResponseDeliverSideTx) XXX_Size() int
func (*ResponseDeliverSideTx) XXX_Unmarshal ¶
func (m *ResponseDeliverSideTx) XXX_Unmarshal(b []byte) error
type ResponseDeliverTx ¶
type ResponseDeliverTx struct { Code uint32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` Log string `protobuf:"bytes,3,opt,name=log,proto3" json:"log,omitempty"` Info string `protobuf:"bytes,4,opt,name=info,proto3" json:"info,omitempty"` GasWanted int64 `protobuf:"varint,5,opt,name=gas_wanted,json=gasWanted,proto3" json:"gas_wanted,omitempty"` GasUsed int64 `protobuf:"varint,6,opt,name=gas_used,json=gasUsed,proto3" json:"gas_used,omitempty"` Events []Event `protobuf:"bytes,7,rep,name=events,proto3" json:"events,omitempty"` Codespace string `protobuf:"bytes,8,opt,name=codespace,proto3" json:"codespace,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedResponseDeliverTx ¶
func NewPopulatedResponseDeliverTx(r randyTypes, easy bool) *ResponseDeliverTx
func (*ResponseDeliverTx) Descriptor ¶
func (*ResponseDeliverTx) Descriptor() ([]byte, []int)
func (*ResponseDeliverTx) Equal ¶
func (this *ResponseDeliverTx) Equal(that interface{}) bool
func (*ResponseDeliverTx) GetCode ¶
func (m *ResponseDeliverTx) GetCode() uint32
func (*ResponseDeliverTx) GetCodespace ¶
func (m *ResponseDeliverTx) GetCodespace() string
func (*ResponseDeliverTx) GetData ¶
func (m *ResponseDeliverTx) GetData() []byte
func (*ResponseDeliverTx) GetEvents ¶
func (m *ResponseDeliverTx) GetEvents() []Event
func (*ResponseDeliverTx) GetGasUsed ¶
func (m *ResponseDeliverTx) GetGasUsed() int64
func (*ResponseDeliverTx) GetGasWanted ¶
func (m *ResponseDeliverTx) GetGasWanted() int64
func (*ResponseDeliverTx) GetInfo ¶
func (m *ResponseDeliverTx) GetInfo() string
func (*ResponseDeliverTx) GetLog ¶
func (m *ResponseDeliverTx) GetLog() string
func (ResponseDeliverTx) IsErr ¶
func (r ResponseDeliverTx) IsErr() bool
IsErr returns true if Code is something other than OK.
func (ResponseDeliverTx) IsOK ¶
func (r ResponseDeliverTx) IsOK() bool
IsOK returns true if Code is OK.
func (*ResponseDeliverTx) Marshal ¶
func (m *ResponseDeliverTx) Marshal() (dAtA []byte, err error)
func (*ResponseDeliverTx) MarshalJSON ¶
func (r *ResponseDeliverTx) MarshalJSON() ([]byte, error)
func (*ResponseDeliverTx) MarshalTo ¶
func (m *ResponseDeliverTx) MarshalTo(dAtA []byte) (int, error)
func (*ResponseDeliverTx) MarshalToSizedBuffer ¶
func (m *ResponseDeliverTx) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ResponseDeliverTx) ProtoMessage ¶
func (*ResponseDeliverTx) ProtoMessage()
func (*ResponseDeliverTx) Reset ¶
func (m *ResponseDeliverTx) Reset()
func (*ResponseDeliverTx) Size ¶
func (m *ResponseDeliverTx) Size() (n int)
func (*ResponseDeliverTx) String ¶
func (m *ResponseDeliverTx) String() string
func (*ResponseDeliverTx) Unmarshal ¶
func (m *ResponseDeliverTx) Unmarshal(dAtA []byte) error
func (*ResponseDeliverTx) UnmarshalJSON ¶
func (r *ResponseDeliverTx) UnmarshalJSON(b []byte) error
func (*ResponseDeliverTx) XXX_DiscardUnknown ¶
func (m *ResponseDeliverTx) XXX_DiscardUnknown()
func (*ResponseDeliverTx) XXX_Marshal ¶
func (m *ResponseDeliverTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ResponseDeliverTx) XXX_Merge ¶
func (m *ResponseDeliverTx) XXX_Merge(src proto.Message)
func (*ResponseDeliverTx) XXX_Size ¶
func (m *ResponseDeliverTx) XXX_Size() int
func (*ResponseDeliverTx) XXX_Unmarshal ¶
func (m *ResponseDeliverTx) XXX_Unmarshal(b []byte) error
type ResponseEcho ¶
type ResponseEcho struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedResponseEcho ¶
func NewPopulatedResponseEcho(r randyTypes, easy bool) *ResponseEcho
func (*ResponseEcho) Descriptor ¶
func (*ResponseEcho) Descriptor() ([]byte, []int)
func (*ResponseEcho) Equal ¶
func (this *ResponseEcho) Equal(that interface{}) bool
func (*ResponseEcho) GetMessage ¶
func (m *ResponseEcho) GetMessage() string
func (*ResponseEcho) Marshal ¶
func (m *ResponseEcho) Marshal() (dAtA []byte, err error)
func (*ResponseEcho) MarshalToSizedBuffer ¶
func (m *ResponseEcho) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ResponseEcho) ProtoMessage ¶
func (*ResponseEcho) ProtoMessage()
func (*ResponseEcho) Reset ¶
func (m *ResponseEcho) Reset()
func (*ResponseEcho) Size ¶
func (m *ResponseEcho) Size() (n int)
func (*ResponseEcho) String ¶
func (m *ResponseEcho) String() string
func (*ResponseEcho) Unmarshal ¶
func (m *ResponseEcho) Unmarshal(dAtA []byte) error
func (*ResponseEcho) XXX_DiscardUnknown ¶
func (m *ResponseEcho) XXX_DiscardUnknown()
func (*ResponseEcho) XXX_Marshal ¶
func (m *ResponseEcho) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ResponseEcho) XXX_Merge ¶
func (m *ResponseEcho) XXX_Merge(src proto.Message)
func (*ResponseEcho) XXX_Size ¶
func (m *ResponseEcho) XXX_Size() int
func (*ResponseEcho) XXX_Unmarshal ¶
func (m *ResponseEcho) XXX_Unmarshal(b []byte) error
type ResponseEndBlock ¶
type ResponseEndBlock struct { ValidatorUpdates []ValidatorUpdate `protobuf:"bytes,1,rep,name=validator_updates,json=validatorUpdates,proto3" json:"validator_updates"` ConsensusParamUpdates *ConsensusParams `` /* 126-byte string literal not displayed */ Events []Event `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedResponseEndBlock ¶
func NewPopulatedResponseEndBlock(r randyTypes, easy bool) *ResponseEndBlock
func (*ResponseEndBlock) Descriptor ¶
func (*ResponseEndBlock) Descriptor() ([]byte, []int)
func (*ResponseEndBlock) Equal ¶
func (this *ResponseEndBlock) Equal(that interface{}) bool
func (*ResponseEndBlock) GetConsensusParamUpdates ¶
func (m *ResponseEndBlock) GetConsensusParamUpdates() *ConsensusParams
func (*ResponseEndBlock) GetEvents ¶
func (m *ResponseEndBlock) GetEvents() []Event
func (*ResponseEndBlock) GetValidatorUpdates ¶
func (m *ResponseEndBlock) GetValidatorUpdates() []ValidatorUpdate
func (*ResponseEndBlock) Marshal ¶
func (m *ResponseEndBlock) Marshal() (dAtA []byte, err error)
func (*ResponseEndBlock) MarshalToSizedBuffer ¶
func (m *ResponseEndBlock) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ResponseEndBlock) ProtoMessage ¶
func (*ResponseEndBlock) ProtoMessage()
func (*ResponseEndBlock) Reset ¶
func (m *ResponseEndBlock) Reset()
func (*ResponseEndBlock) Size ¶
func (m *ResponseEndBlock) Size() (n int)
func (*ResponseEndBlock) String ¶
func (m *ResponseEndBlock) String() string
func (*ResponseEndBlock) Unmarshal ¶
func (m *ResponseEndBlock) Unmarshal(dAtA []byte) error
func (*ResponseEndBlock) XXX_DiscardUnknown ¶
func (m *ResponseEndBlock) XXX_DiscardUnknown()
func (*ResponseEndBlock) XXX_Marshal ¶
func (m *ResponseEndBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ResponseEndBlock) XXX_Merge ¶
func (m *ResponseEndBlock) XXX_Merge(src proto.Message)
func (*ResponseEndBlock) XXX_Size ¶
func (m *ResponseEndBlock) XXX_Size() int
func (*ResponseEndBlock) XXX_Unmarshal ¶
func (m *ResponseEndBlock) XXX_Unmarshal(b []byte) error
type ResponseException ¶
type ResponseException struct { Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
nondeterministic
func NewPopulatedResponseException ¶
func NewPopulatedResponseException(r randyTypes, easy bool) *ResponseException
func (*ResponseException) Descriptor ¶
func (*ResponseException) Descriptor() ([]byte, []int)
func (*ResponseException) Equal ¶
func (this *ResponseException) Equal(that interface{}) bool
func (*ResponseException) GetError ¶
func (m *ResponseException) GetError() string
func (*ResponseException) Marshal ¶
func (m *ResponseException) Marshal() (dAtA []byte, err error)
func (*ResponseException) MarshalTo ¶
func (m *ResponseException) MarshalTo(dAtA []byte) (int, error)
func (*ResponseException) MarshalToSizedBuffer ¶
func (m *ResponseException) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ResponseException) ProtoMessage ¶
func (*ResponseException) ProtoMessage()
func (*ResponseException) Reset ¶
func (m *ResponseException) Reset()
func (*ResponseException) Size ¶
func (m *ResponseException) Size() (n int)
func (*ResponseException) String ¶
func (m *ResponseException) String() string
func (*ResponseException) Unmarshal ¶
func (m *ResponseException) Unmarshal(dAtA []byte) error
func (*ResponseException) XXX_DiscardUnknown ¶
func (m *ResponseException) XXX_DiscardUnknown()
func (*ResponseException) XXX_Marshal ¶
func (m *ResponseException) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ResponseException) XXX_Merge ¶
func (m *ResponseException) XXX_Merge(src proto.Message)
func (*ResponseException) XXX_Size ¶
func (m *ResponseException) XXX_Size() int
func (*ResponseException) XXX_Unmarshal ¶
func (m *ResponseException) XXX_Unmarshal(b []byte) error
type ResponseFlush ¶
type ResponseFlush struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedResponseFlush ¶
func NewPopulatedResponseFlush(r randyTypes, easy bool) *ResponseFlush
func (*ResponseFlush) Descriptor ¶
func (*ResponseFlush) Descriptor() ([]byte, []int)
func (*ResponseFlush) Equal ¶
func (this *ResponseFlush) Equal(that interface{}) bool
func (*ResponseFlush) Marshal ¶
func (m *ResponseFlush) Marshal() (dAtA []byte, err error)
func (*ResponseFlush) MarshalToSizedBuffer ¶
func (m *ResponseFlush) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ResponseFlush) ProtoMessage ¶
func (*ResponseFlush) ProtoMessage()
func (*ResponseFlush) Reset ¶
func (m *ResponseFlush) Reset()
func (*ResponseFlush) Size ¶
func (m *ResponseFlush) Size() (n int)
func (*ResponseFlush) String ¶
func (m *ResponseFlush) String() string
func (*ResponseFlush) Unmarshal ¶
func (m *ResponseFlush) Unmarshal(dAtA []byte) error
func (*ResponseFlush) XXX_DiscardUnknown ¶
func (m *ResponseFlush) XXX_DiscardUnknown()
func (*ResponseFlush) XXX_Marshal ¶
func (m *ResponseFlush) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ResponseFlush) XXX_Merge ¶
func (m *ResponseFlush) XXX_Merge(src proto.Message)
func (*ResponseFlush) XXX_Size ¶
func (m *ResponseFlush) XXX_Size() int
func (*ResponseFlush) XXX_Unmarshal ¶
func (m *ResponseFlush) XXX_Unmarshal(b []byte) error
type ResponseInfo ¶
type ResponseInfo struct { Data string `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` AppVersion uint64 `protobuf:"varint,3,opt,name=app_version,json=appVersion,proto3" json:"app_version,omitempty"` LastBlockHeight int64 `protobuf:"varint,4,opt,name=last_block_height,json=lastBlockHeight,proto3" json:"last_block_height,omitempty"` LastBlockAppHash []byte `protobuf:"bytes,5,opt,name=last_block_app_hash,json=lastBlockAppHash,proto3" json:"last_block_app_hash,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedResponseInfo ¶
func NewPopulatedResponseInfo(r randyTypes, easy bool) *ResponseInfo
func (*ResponseInfo) Descriptor ¶
func (*ResponseInfo) Descriptor() ([]byte, []int)
func (*ResponseInfo) Equal ¶
func (this *ResponseInfo) Equal(that interface{}) bool
func (*ResponseInfo) GetAppVersion ¶
func (m *ResponseInfo) GetAppVersion() uint64
func (*ResponseInfo) GetData ¶
func (m *ResponseInfo) GetData() string
func (*ResponseInfo) GetLastBlockAppHash ¶
func (m *ResponseInfo) GetLastBlockAppHash() []byte
func (*ResponseInfo) GetLastBlockHeight ¶
func (m *ResponseInfo) GetLastBlockHeight() int64
func (*ResponseInfo) GetVersion ¶
func (m *ResponseInfo) GetVersion() string
func (*ResponseInfo) Marshal ¶
func (m *ResponseInfo) Marshal() (dAtA []byte, err error)
func (*ResponseInfo) MarshalToSizedBuffer ¶
func (m *ResponseInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ResponseInfo) ProtoMessage ¶
func (*ResponseInfo) ProtoMessage()
func (*ResponseInfo) Reset ¶
func (m *ResponseInfo) Reset()
func (*ResponseInfo) Size ¶
func (m *ResponseInfo) Size() (n int)
func (*ResponseInfo) String ¶
func (m *ResponseInfo) String() string
func (*ResponseInfo) Unmarshal ¶
func (m *ResponseInfo) Unmarshal(dAtA []byte) error
func (*ResponseInfo) XXX_DiscardUnknown ¶
func (m *ResponseInfo) XXX_DiscardUnknown()
func (*ResponseInfo) XXX_Marshal ¶
func (m *ResponseInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ResponseInfo) XXX_Merge ¶
func (m *ResponseInfo) XXX_Merge(src proto.Message)
func (*ResponseInfo) XXX_Size ¶
func (m *ResponseInfo) XXX_Size() int
func (*ResponseInfo) XXX_Unmarshal ¶
func (m *ResponseInfo) XXX_Unmarshal(b []byte) error
type ResponseInitChain ¶
type ResponseInitChain struct { ConsensusParams *ConsensusParams `protobuf:"bytes,1,opt,name=consensus_params,json=consensusParams,proto3" json:"consensus_params,omitempty"` Validators []ValidatorUpdate `protobuf:"bytes,2,rep,name=validators,proto3" json:"validators"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedResponseInitChain ¶
func NewPopulatedResponseInitChain(r randyTypes, easy bool) *ResponseInitChain
func (*ResponseInitChain) Descriptor ¶
func (*ResponseInitChain) Descriptor() ([]byte, []int)
func (*ResponseInitChain) Equal ¶
func (this *ResponseInitChain) Equal(that interface{}) bool
func (*ResponseInitChain) GetConsensusParams ¶
func (m *ResponseInitChain) GetConsensusParams() *ConsensusParams
func (*ResponseInitChain) GetValidators ¶
func (m *ResponseInitChain) GetValidators() []ValidatorUpdate
func (*ResponseInitChain) Marshal ¶
func (m *ResponseInitChain) Marshal() (dAtA []byte, err error)
func (*ResponseInitChain) MarshalTo ¶
func (m *ResponseInitChain) MarshalTo(dAtA []byte) (int, error)
func (*ResponseInitChain) MarshalToSizedBuffer ¶
func (m *ResponseInitChain) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ResponseInitChain) ProtoMessage ¶
func (*ResponseInitChain) ProtoMessage()
func (*ResponseInitChain) Reset ¶
func (m *ResponseInitChain) Reset()
func (*ResponseInitChain) Size ¶
func (m *ResponseInitChain) Size() (n int)
func (*ResponseInitChain) String ¶
func (m *ResponseInitChain) String() string
func (*ResponseInitChain) Unmarshal ¶
func (m *ResponseInitChain) Unmarshal(dAtA []byte) error
func (*ResponseInitChain) XXX_DiscardUnknown ¶
func (m *ResponseInitChain) XXX_DiscardUnknown()
func (*ResponseInitChain) XXX_Marshal ¶
func (m *ResponseInitChain) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ResponseInitChain) XXX_Merge ¶
func (m *ResponseInitChain) XXX_Merge(src proto.Message)
func (*ResponseInitChain) XXX_Size ¶
func (m *ResponseInitChain) XXX_Size() int
func (*ResponseInitChain) XXX_Unmarshal ¶
func (m *ResponseInitChain) XXX_Unmarshal(b []byte) error
type ResponseQuery ¶
type ResponseQuery struct { Code uint32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` // bytes data = 2; // use "value" instead. Log string `protobuf:"bytes,3,opt,name=log,proto3" json:"log,omitempty"` Info string `protobuf:"bytes,4,opt,name=info,proto3" json:"info,omitempty"` Index int64 `protobuf:"varint,5,opt,name=index,proto3" json:"index,omitempty"` Key []byte `protobuf:"bytes,6,opt,name=key,proto3" json:"key,omitempty"` Value []byte `protobuf:"bytes,7,opt,name=value,proto3" json:"value,omitempty"` Proof *merkle.Proof `protobuf:"bytes,8,opt,name=proof,proto3" json:"proof,omitempty"` Height int64 `protobuf:"varint,9,opt,name=height,proto3" json:"height,omitempty"` Codespace string `protobuf:"bytes,10,opt,name=codespace,proto3" json:"codespace,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedResponseQuery ¶
func NewPopulatedResponseQuery(r randyTypes, easy bool) *ResponseQuery
func (*ResponseQuery) Descriptor ¶
func (*ResponseQuery) Descriptor() ([]byte, []int)
func (*ResponseQuery) Equal ¶
func (this *ResponseQuery) Equal(that interface{}) bool
func (*ResponseQuery) GetCode ¶
func (m *ResponseQuery) GetCode() uint32
func (*ResponseQuery) GetCodespace ¶
func (m *ResponseQuery) GetCodespace() string
func (*ResponseQuery) GetHeight ¶
func (m *ResponseQuery) GetHeight() int64
func (*ResponseQuery) GetIndex ¶
func (m *ResponseQuery) GetIndex() int64
func (*ResponseQuery) GetInfo ¶
func (m *ResponseQuery) GetInfo() string
func (*ResponseQuery) GetKey ¶
func (m *ResponseQuery) GetKey() []byte
func (*ResponseQuery) GetLog ¶
func (m *ResponseQuery) GetLog() string
func (*ResponseQuery) GetProof ¶
func (m *ResponseQuery) GetProof() *merkle.Proof
func (*ResponseQuery) GetValue ¶
func (m *ResponseQuery) GetValue() []byte
func (ResponseQuery) IsErr ¶
func (r ResponseQuery) IsErr() bool
IsErr returns true if Code is something other than OK.
func (*ResponseQuery) Marshal ¶
func (m *ResponseQuery) Marshal() (dAtA []byte, err error)
func (*ResponseQuery) MarshalJSON ¶
func (r *ResponseQuery) MarshalJSON() ([]byte, error)
func (*ResponseQuery) MarshalToSizedBuffer ¶
func (m *ResponseQuery) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ResponseQuery) ProtoMessage ¶
func (*ResponseQuery) ProtoMessage()
func (*ResponseQuery) Reset ¶
func (m *ResponseQuery) Reset()
func (*ResponseQuery) Size ¶
func (m *ResponseQuery) Size() (n int)
func (*ResponseQuery) String ¶
func (m *ResponseQuery) String() string
func (*ResponseQuery) Unmarshal ¶
func (m *ResponseQuery) Unmarshal(dAtA []byte) error
func (*ResponseQuery) UnmarshalJSON ¶
func (r *ResponseQuery) UnmarshalJSON(b []byte) error
func (*ResponseQuery) XXX_DiscardUnknown ¶
func (m *ResponseQuery) XXX_DiscardUnknown()
func (*ResponseQuery) XXX_Marshal ¶
func (m *ResponseQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ResponseQuery) XXX_Merge ¶
func (m *ResponseQuery) XXX_Merge(src proto.Message)
func (*ResponseQuery) XXX_Size ¶
func (m *ResponseQuery) XXX_Size() int
func (*ResponseQuery) XXX_Unmarshal ¶
func (m *ResponseQuery) XXX_Unmarshal(b []byte) error
type ResponseSetOption ¶
type ResponseSetOption struct { Code uint32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` // bytes data = 2; Log string `protobuf:"bytes,3,opt,name=log,proto3" json:"log,omitempty"` Info string `protobuf:"bytes,4,opt,name=info,proto3" json:"info,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
nondeterministic
func NewPopulatedResponseSetOption ¶
func NewPopulatedResponseSetOption(r randyTypes, easy bool) *ResponseSetOption
func (*ResponseSetOption) Descriptor ¶
func (*ResponseSetOption) Descriptor() ([]byte, []int)
func (*ResponseSetOption) Equal ¶
func (this *ResponseSetOption) Equal(that interface{}) bool
func (*ResponseSetOption) GetCode ¶
func (m *ResponseSetOption) GetCode() uint32
func (*ResponseSetOption) GetInfo ¶
func (m *ResponseSetOption) GetInfo() string
func (*ResponseSetOption) GetLog ¶
func (m *ResponseSetOption) GetLog() string
func (*ResponseSetOption) Marshal ¶
func (m *ResponseSetOption) Marshal() (dAtA []byte, err error)
func (*ResponseSetOption) MarshalJSON ¶
func (r *ResponseSetOption) MarshalJSON() ([]byte, error)
func (*ResponseSetOption) MarshalTo ¶
func (m *ResponseSetOption) MarshalTo(dAtA []byte) (int, error)
func (*ResponseSetOption) MarshalToSizedBuffer ¶
func (m *ResponseSetOption) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ResponseSetOption) ProtoMessage ¶
func (*ResponseSetOption) ProtoMessage()
func (*ResponseSetOption) Reset ¶
func (m *ResponseSetOption) Reset()
func (*ResponseSetOption) Size ¶
func (m *ResponseSetOption) Size() (n int)
func (*ResponseSetOption) String ¶
func (m *ResponseSetOption) String() string
func (*ResponseSetOption) Unmarshal ¶
func (m *ResponseSetOption) Unmarshal(dAtA []byte) error
func (*ResponseSetOption) UnmarshalJSON ¶
func (r *ResponseSetOption) UnmarshalJSON(b []byte) error
func (*ResponseSetOption) XXX_DiscardUnknown ¶
func (m *ResponseSetOption) XXX_DiscardUnknown()
func (*ResponseSetOption) XXX_Marshal ¶
func (m *ResponseSetOption) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ResponseSetOption) XXX_Merge ¶
func (m *ResponseSetOption) XXX_Merge(src proto.Message)
func (*ResponseSetOption) XXX_Size ¶
func (m *ResponseSetOption) XXX_Size() int
func (*ResponseSetOption) XXX_Unmarshal ¶
func (m *ResponseSetOption) XXX_Unmarshal(b []byte) error
type Response_BeginBlock ¶
type Response_BeginBlock struct {
BeginBlock *ResponseBeginBlock `protobuf:"bytes,8,opt,name=begin_block,json=beginBlock,proto3,oneof" json:"begin_block,omitempty"`
}
func NewPopulatedResponse_BeginBlock ¶
func NewPopulatedResponse_BeginBlock(r randyTypes, easy bool) *Response_BeginBlock
func (*Response_BeginBlock) Equal ¶
func (this *Response_BeginBlock) Equal(that interface{}) bool
func (*Response_BeginBlock) MarshalTo ¶
func (m *Response_BeginBlock) MarshalTo(dAtA []byte) (int, error)
func (*Response_BeginBlock) MarshalToSizedBuffer ¶
func (m *Response_BeginBlock) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Response_BeginBlock) Size ¶
func (m *Response_BeginBlock) Size() (n int)
type Response_BeginSideBlock ¶
type Response_BeginSideBlock struct {
BeginSideBlock *ResponseBeginSideBlock `protobuf:"bytes,21,opt,name=begin_side_block,json=beginSideBlock,proto3,oneof" json:"begin_side_block,omitempty"`
}
func NewPopulatedResponse_BeginSideBlock ¶
func NewPopulatedResponse_BeginSideBlock(r randyTypes, easy bool) *Response_BeginSideBlock
func (*Response_BeginSideBlock) Equal ¶
func (this *Response_BeginSideBlock) Equal(that interface{}) bool
func (*Response_BeginSideBlock) MarshalTo ¶
func (m *Response_BeginSideBlock) MarshalTo(dAtA []byte) (int, error)
func (*Response_BeginSideBlock) MarshalToSizedBuffer ¶
func (m *Response_BeginSideBlock) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Response_BeginSideBlock) Size ¶
func (m *Response_BeginSideBlock) Size() (n int)
type Response_CheckTx ¶
type Response_CheckTx struct {
CheckTx *ResponseCheckTx `protobuf:"bytes,9,opt,name=check_tx,json=checkTx,proto3,oneof" json:"check_tx,omitempty"`
}
func NewPopulatedResponse_CheckTx ¶
func NewPopulatedResponse_CheckTx(r randyTypes, easy bool) *Response_CheckTx
func (*Response_CheckTx) Equal ¶
func (this *Response_CheckTx) Equal(that interface{}) bool
func (*Response_CheckTx) MarshalToSizedBuffer ¶
func (m *Response_CheckTx) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Response_CheckTx) Size ¶
func (m *Response_CheckTx) Size() (n int)
type Response_Commit ¶
type Response_Commit struct {
Commit *ResponseCommit `protobuf:"bytes,12,opt,name=commit,proto3,oneof" json:"commit,omitempty"`
}
func NewPopulatedResponse_Commit ¶
func NewPopulatedResponse_Commit(r randyTypes, easy bool) *Response_Commit
func (*Response_Commit) Equal ¶
func (this *Response_Commit) Equal(that interface{}) bool
func (*Response_Commit) MarshalToSizedBuffer ¶
func (m *Response_Commit) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Response_Commit) Size ¶
func (m *Response_Commit) Size() (n int)
type Response_DeliverSideTx ¶
type Response_DeliverSideTx struct {
DeliverSideTx *ResponseDeliverSideTx `protobuf:"bytes,22,opt,name=deliver_side_tx,json=deliverSideTx,proto3,oneof" json:"deliver_side_tx,omitempty"`
}
func NewPopulatedResponse_DeliverSideTx ¶
func NewPopulatedResponse_DeliverSideTx(r randyTypes, easy bool) *Response_DeliverSideTx
func (*Response_DeliverSideTx) Equal ¶
func (this *Response_DeliverSideTx) Equal(that interface{}) bool
func (*Response_DeliverSideTx) MarshalTo ¶
func (m *Response_DeliverSideTx) MarshalTo(dAtA []byte) (int, error)
func (*Response_DeliverSideTx) MarshalToSizedBuffer ¶
func (m *Response_DeliverSideTx) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Response_DeliverSideTx) Size ¶
func (m *Response_DeliverSideTx) Size() (n int)
type Response_DeliverTx ¶
type Response_DeliverTx struct {
DeliverTx *ResponseDeliverTx `protobuf:"bytes,10,opt,name=deliver_tx,json=deliverTx,proto3,oneof" json:"deliver_tx,omitempty"`
}
func NewPopulatedResponse_DeliverTx ¶
func NewPopulatedResponse_DeliverTx(r randyTypes, easy bool) *Response_DeliverTx
func (*Response_DeliverTx) Equal ¶
func (this *Response_DeliverTx) Equal(that interface{}) bool
func (*Response_DeliverTx) MarshalTo ¶
func (m *Response_DeliverTx) MarshalTo(dAtA []byte) (int, error)
func (*Response_DeliverTx) MarshalToSizedBuffer ¶
func (m *Response_DeliverTx) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Response_DeliverTx) Size ¶
func (m *Response_DeliverTx) Size() (n int)
type Response_Echo ¶
type Response_Echo struct {
Echo *ResponseEcho `protobuf:"bytes,2,opt,name=echo,proto3,oneof" json:"echo,omitempty"`
}
func NewPopulatedResponse_Echo ¶
func NewPopulatedResponse_Echo(r randyTypes, easy bool) *Response_Echo
func (*Response_Echo) Equal ¶
func (this *Response_Echo) Equal(that interface{}) bool
func (*Response_Echo) MarshalToSizedBuffer ¶
func (m *Response_Echo) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Response_Echo) Size ¶
func (m *Response_Echo) Size() (n int)
type Response_EndBlock ¶
type Response_EndBlock struct {
EndBlock *ResponseEndBlock `protobuf:"bytes,11,opt,name=end_block,json=endBlock,proto3,oneof" json:"end_block,omitempty"`
}
func NewPopulatedResponse_EndBlock ¶
func NewPopulatedResponse_EndBlock(r randyTypes, easy bool) *Response_EndBlock
func (*Response_EndBlock) Equal ¶
func (this *Response_EndBlock) Equal(that interface{}) bool
func (*Response_EndBlock) MarshalTo ¶
func (m *Response_EndBlock) MarshalTo(dAtA []byte) (int, error)
func (*Response_EndBlock) MarshalToSizedBuffer ¶
func (m *Response_EndBlock) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Response_EndBlock) Size ¶
func (m *Response_EndBlock) Size() (n int)
type Response_Exception ¶
type Response_Exception struct {
Exception *ResponseException `protobuf:"bytes,1,opt,name=exception,proto3,oneof" json:"exception,omitempty"`
}
func NewPopulatedResponse_Exception ¶
func NewPopulatedResponse_Exception(r randyTypes, easy bool) *Response_Exception
func (*Response_Exception) Equal ¶
func (this *Response_Exception) Equal(that interface{}) bool
func (*Response_Exception) MarshalTo ¶
func (m *Response_Exception) MarshalTo(dAtA []byte) (int, error)
func (*Response_Exception) MarshalToSizedBuffer ¶
func (m *Response_Exception) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Response_Exception) Size ¶
func (m *Response_Exception) Size() (n int)
type Response_Flush ¶
type Response_Flush struct {
Flush *ResponseFlush `protobuf:"bytes,3,opt,name=flush,proto3,oneof" json:"flush,omitempty"`
}
func NewPopulatedResponse_Flush ¶
func NewPopulatedResponse_Flush(r randyTypes, easy bool) *Response_Flush
func (*Response_Flush) Equal ¶
func (this *Response_Flush) Equal(that interface{}) bool
func (*Response_Flush) MarshalToSizedBuffer ¶
func (m *Response_Flush) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Response_Flush) Size ¶
func (m *Response_Flush) Size() (n int)
type Response_Info ¶
type Response_Info struct {
Info *ResponseInfo `protobuf:"bytes,4,opt,name=info,proto3,oneof" json:"info,omitempty"`
}
func NewPopulatedResponse_Info ¶
func NewPopulatedResponse_Info(r randyTypes, easy bool) *Response_Info
func (*Response_Info) Equal ¶
func (this *Response_Info) Equal(that interface{}) bool
func (*Response_Info) MarshalToSizedBuffer ¶
func (m *Response_Info) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Response_Info) Size ¶
func (m *Response_Info) Size() (n int)
type Response_InitChain ¶
type Response_InitChain struct {
InitChain *ResponseInitChain `protobuf:"bytes,6,opt,name=init_chain,json=initChain,proto3,oneof" json:"init_chain,omitempty"`
}
func NewPopulatedResponse_InitChain ¶
func NewPopulatedResponse_InitChain(r randyTypes, easy bool) *Response_InitChain
func (*Response_InitChain) Equal ¶
func (this *Response_InitChain) Equal(that interface{}) bool
func (*Response_InitChain) MarshalTo ¶
func (m *Response_InitChain) MarshalTo(dAtA []byte) (int, error)
func (*Response_InitChain) MarshalToSizedBuffer ¶
func (m *Response_InitChain) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Response_InitChain) Size ¶
func (m *Response_InitChain) Size() (n int)
type Response_Query ¶
type Response_Query struct {
Query *ResponseQuery `protobuf:"bytes,7,opt,name=query,proto3,oneof" json:"query,omitempty"`
}
func NewPopulatedResponse_Query ¶
func NewPopulatedResponse_Query(r randyTypes, easy bool) *Response_Query
func (*Response_Query) Equal ¶
func (this *Response_Query) Equal(that interface{}) bool
func (*Response_Query) MarshalToSizedBuffer ¶
func (m *Response_Query) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Response_Query) Size ¶
func (m *Response_Query) Size() (n int)
type Response_SetOption ¶
type Response_SetOption struct {
SetOption *ResponseSetOption `protobuf:"bytes,5,opt,name=set_option,json=setOption,proto3,oneof" json:"set_option,omitempty"`
}
func NewPopulatedResponse_SetOption ¶
func NewPopulatedResponse_SetOption(r randyTypes, easy bool) *Response_SetOption
func (*Response_SetOption) Equal ¶
func (this *Response_SetOption) Equal(that interface{}) bool
func (*Response_SetOption) MarshalTo ¶
func (m *Response_SetOption) MarshalTo(dAtA []byte) (int, error)
func (*Response_SetOption) MarshalToSizedBuffer ¶
func (m *Response_SetOption) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*Response_SetOption) Size ¶
func (m *Response_SetOption) Size() (n int)
type SideTxResult ¶
type SideTxResult struct { TxHash []byte `protobuf:"bytes,1,opt,name=tx_hash,json=txHash,proto3" json:"tx_hash,omitempty"` Sigs []SideTxSig `protobuf:"bytes,2,rep,name=sigs,proto3" json:"sigs"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Side tx results
func NewPopulatedSideTxResult ¶
func NewPopulatedSideTxResult(r randyTypes, easy bool) *SideTxResult
func (*SideTxResult) Descriptor ¶
func (*SideTxResult) Descriptor() ([]byte, []int)
func (*SideTxResult) Equal ¶
func (this *SideTxResult) Equal(that interface{}) bool
func (*SideTxResult) GetSigs ¶
func (m *SideTxResult) GetSigs() []SideTxSig
func (*SideTxResult) GetTxHash ¶
func (m *SideTxResult) GetTxHash() []byte
func (*SideTxResult) Marshal ¶
func (m *SideTxResult) Marshal() (dAtA []byte, err error)
func (*SideTxResult) MarshalToSizedBuffer ¶
func (m *SideTxResult) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SideTxResult) ProtoMessage ¶
func (*SideTxResult) ProtoMessage()
func (*SideTxResult) Reset ¶
func (m *SideTxResult) Reset()
func (*SideTxResult) Size ¶
func (m *SideTxResult) Size() (n int)
func (*SideTxResult) String ¶
func (m *SideTxResult) String() string
func (*SideTxResult) Unmarshal ¶
func (m *SideTxResult) Unmarshal(dAtA []byte) error
func (*SideTxResult) XXX_DiscardUnknown ¶
func (m *SideTxResult) XXX_DiscardUnknown()
func (*SideTxResult) XXX_Marshal ¶
func (m *SideTxResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SideTxResult) XXX_Merge ¶
func (m *SideTxResult) XXX_Merge(src proto.Message)
func (*SideTxResult) XXX_Size ¶
func (m *SideTxResult) XXX_Size() int
func (*SideTxResult) XXX_Unmarshal ¶
func (m *SideTxResult) XXX_Unmarshal(b []byte) error
type SideTxResultType ¶
type SideTxResultType int32
Side-tx result type
const ( SideTxResultType_Skip SideTxResultType = 0 SideTxResultType_Yes SideTxResultType = 1 SideTxResultType_No SideTxResultType = 2 )
func (SideTxResultType) EnumDescriptor ¶
func (SideTxResultType) EnumDescriptor() ([]byte, []int)
func (SideTxResultType) String ¶
func (x SideTxResultType) String() string
type SideTxSig ¶
type SideTxSig struct { Result SideTxResultType `protobuf:"varint,1,opt,name=result,proto3,enum=types.SideTxResultType" json:"result,omitempty"` Sig []byte `protobuf:"bytes,2,opt,name=sig,proto3" json:"sig,omitempty"` Address []byte `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Side-tx sig
func NewPopulatedSideTxSig ¶
func (*SideTxSig) Descriptor ¶
func (*SideTxSig) GetAddress ¶
func (*SideTxSig) GetResult ¶
func (m *SideTxSig) GetResult() SideTxResultType
func (*SideTxSig) MarshalToSizedBuffer ¶
func (*SideTxSig) ProtoMessage ¶
func (*SideTxSig) ProtoMessage()
func (*SideTxSig) XXX_DiscardUnknown ¶
func (m *SideTxSig) XXX_DiscardUnknown()
func (*SideTxSig) XXX_Marshal ¶
func (*SideTxSig) XXX_Unmarshal ¶
type UnimplementedABCIApplicationServer ¶
type UnimplementedABCIApplicationServer struct { }
UnimplementedABCIApplicationServer can be embedded to have forward compatible implementations.
func (*UnimplementedABCIApplicationServer) BeginBlock ¶
func (*UnimplementedABCIApplicationServer) BeginBlock(ctx context.Context, req *RequestBeginBlock) (*ResponseBeginBlock, error)
func (*UnimplementedABCIApplicationServer) BeginSideBlock ¶
func (*UnimplementedABCIApplicationServer) BeginSideBlock(ctx context.Context, req *RequestBeginSideBlock) (*ResponseBeginSideBlock, error)
func (*UnimplementedABCIApplicationServer) CheckTx ¶
func (*UnimplementedABCIApplicationServer) CheckTx(ctx context.Context, req *RequestCheckTx) (*ResponseCheckTx, error)
func (*UnimplementedABCIApplicationServer) Commit ¶
func (*UnimplementedABCIApplicationServer) Commit(ctx context.Context, req *RequestCommit) (*ResponseCommit, error)
func (*UnimplementedABCIApplicationServer) DeliverSideTx ¶
func (*UnimplementedABCIApplicationServer) DeliverSideTx(ctx context.Context, req *RequestDeliverSideTx) (*ResponseDeliverSideTx, error)
func (*UnimplementedABCIApplicationServer) DeliverTx ¶
func (*UnimplementedABCIApplicationServer) DeliverTx(ctx context.Context, req *RequestDeliverTx) (*ResponseDeliverTx, error)
func (*UnimplementedABCIApplicationServer) Echo ¶
func (*UnimplementedABCIApplicationServer) Echo(ctx context.Context, req *RequestEcho) (*ResponseEcho, error)
func (*UnimplementedABCIApplicationServer) EndBlock ¶
func (*UnimplementedABCIApplicationServer) EndBlock(ctx context.Context, req *RequestEndBlock) (*ResponseEndBlock, error)
func (*UnimplementedABCIApplicationServer) Flush ¶
func (*UnimplementedABCIApplicationServer) Flush(ctx context.Context, req *RequestFlush) (*ResponseFlush, error)
func (*UnimplementedABCIApplicationServer) Info ¶
func (*UnimplementedABCIApplicationServer) Info(ctx context.Context, req *RequestInfo) (*ResponseInfo, error)
func (*UnimplementedABCIApplicationServer) InitChain ¶
func (*UnimplementedABCIApplicationServer) InitChain(ctx context.Context, req *RequestInitChain) (*ResponseInitChain, error)
func (*UnimplementedABCIApplicationServer) Query ¶
func (*UnimplementedABCIApplicationServer) Query(ctx context.Context, req *RequestQuery) (*ResponseQuery, error)
func (*UnimplementedABCIApplicationServer) SetOption ¶
func (*UnimplementedABCIApplicationServer) SetOption(ctx context.Context, req *RequestSetOption) (*ResponseSetOption, error)
type Validator ¶
type Validator struct { Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` //PubKey pub_key = 2 [(gogoproto.nullable)=false]; Power int64 `protobuf:"varint,3,opt,name=power,proto3" json:"power,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Validator
func NewPopulatedValidator ¶
func (*Validator) Descriptor ¶
func (*Validator) GetAddress ¶
func (*Validator) MarshalToSizedBuffer ¶
func (*Validator) ProtoMessage ¶
func (*Validator) ProtoMessage()
func (*Validator) XXX_DiscardUnknown ¶
func (m *Validator) XXX_DiscardUnknown()
func (*Validator) XXX_Marshal ¶
func (*Validator) XXX_Unmarshal ¶
type ValidatorParams ¶
type ValidatorParams struct { PubKeyTypes []string `protobuf:"bytes,1,rep,name=pub_key_types,json=pubKeyTypes,proto3" json:"pub_key_types,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
ValidatorParams contains limits on validators.
func NewPopulatedValidatorParams ¶
func NewPopulatedValidatorParams(r randyTypes, easy bool) *ValidatorParams
func (*ValidatorParams) Descriptor ¶
func (*ValidatorParams) Descriptor() ([]byte, []int)
func (*ValidatorParams) Equal ¶
func (this *ValidatorParams) Equal(that interface{}) bool
func (*ValidatorParams) GetPubKeyTypes ¶
func (m *ValidatorParams) GetPubKeyTypes() []string
func (*ValidatorParams) Marshal ¶
func (m *ValidatorParams) Marshal() (dAtA []byte, err error)
func (*ValidatorParams) MarshalToSizedBuffer ¶
func (m *ValidatorParams) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ValidatorParams) ProtoMessage ¶
func (*ValidatorParams) ProtoMessage()
func (*ValidatorParams) Reset ¶
func (m *ValidatorParams) Reset()
func (*ValidatorParams) Size ¶
func (m *ValidatorParams) Size() (n int)
func (*ValidatorParams) String ¶
func (m *ValidatorParams) String() string
func (*ValidatorParams) Unmarshal ¶
func (m *ValidatorParams) Unmarshal(dAtA []byte) error
func (*ValidatorParams) XXX_DiscardUnknown ¶
func (m *ValidatorParams) XXX_DiscardUnknown()
func (*ValidatorParams) XXX_Marshal ¶
func (m *ValidatorParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ValidatorParams) XXX_Merge ¶
func (m *ValidatorParams) XXX_Merge(src proto.Message)
func (*ValidatorParams) XXX_Size ¶
func (m *ValidatorParams) XXX_Size() int
func (*ValidatorParams) XXX_Unmarshal ¶
func (m *ValidatorParams) XXX_Unmarshal(b []byte) error
type ValidatorUpdate ¶
type ValidatorUpdate struct { PubKey PubKey `protobuf:"bytes,1,opt,name=pub_key,json=pubKey,proto3" json:"pub_key"` Power int64 `protobuf:"varint,2,opt,name=power,proto3" json:"power,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
ValidatorUpdate
func Ed25519ValidatorUpdate ¶
func Ed25519ValidatorUpdate(pubkey []byte, power int64) ValidatorUpdate
func NewPopulatedValidatorUpdate ¶
func NewPopulatedValidatorUpdate(r randyTypes, easy bool) *ValidatorUpdate
func (*ValidatorUpdate) Descriptor ¶
func (*ValidatorUpdate) Descriptor() ([]byte, []int)
func (*ValidatorUpdate) Equal ¶
func (this *ValidatorUpdate) Equal(that interface{}) bool
func (*ValidatorUpdate) GetPower ¶
func (m *ValidatorUpdate) GetPower() int64
func (*ValidatorUpdate) GetPubKey ¶
func (m *ValidatorUpdate) GetPubKey() PubKey
func (*ValidatorUpdate) Marshal ¶
func (m *ValidatorUpdate) Marshal() (dAtA []byte, err error)
func (*ValidatorUpdate) MarshalToSizedBuffer ¶
func (m *ValidatorUpdate) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ValidatorUpdate) ProtoMessage ¶
func (*ValidatorUpdate) ProtoMessage()
func (*ValidatorUpdate) Reset ¶
func (m *ValidatorUpdate) Reset()
func (*ValidatorUpdate) Size ¶
func (m *ValidatorUpdate) Size() (n int)
func (*ValidatorUpdate) String ¶
func (m *ValidatorUpdate) String() string
func (*ValidatorUpdate) Unmarshal ¶
func (m *ValidatorUpdate) Unmarshal(dAtA []byte) error
func (*ValidatorUpdate) XXX_DiscardUnknown ¶
func (m *ValidatorUpdate) XXX_DiscardUnknown()
func (*ValidatorUpdate) XXX_Marshal ¶
func (m *ValidatorUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ValidatorUpdate) XXX_Merge ¶
func (m *ValidatorUpdate) XXX_Merge(src proto.Message)
func (*ValidatorUpdate) XXX_Size ¶
func (m *ValidatorUpdate) XXX_Size() int
func (*ValidatorUpdate) XXX_Unmarshal ¶
func (m *ValidatorUpdate) XXX_Unmarshal(b []byte) error
type ValidatorUpdates ¶
type ValidatorUpdates []ValidatorUpdate
ValidatorUpdates is a list of validators that implements the Sort interface
func (ValidatorUpdates) Len ¶
func (v ValidatorUpdates) Len() int
func (ValidatorUpdates) Less ¶
func (v ValidatorUpdates) Less(i, j int) bool
XXX: doesn't distinguish same validator with different power
func (ValidatorUpdates) Swap ¶
func (v ValidatorUpdates) Swap(i, j int)
type Version ¶
type Version 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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedVersion ¶
func (*Version) Descriptor ¶
func (*Version) MarshalToSizedBuffer ¶
func (*Version) ProtoMessage ¶
func (*Version) ProtoMessage()
func (*Version) XXX_DiscardUnknown ¶
func (m *Version) XXX_DiscardUnknown()
func (*Version) XXX_Marshal ¶
func (*Version) XXX_Unmarshal ¶
type VoteInfo ¶
type VoteInfo struct { Validator Validator `protobuf:"bytes,1,opt,name=validator,proto3" json:"validator"` SignedLastBlock bool `protobuf:"varint,2,opt,name=signed_last_block,json=signedLastBlock,proto3" json:"signed_last_block,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
VoteInfo
func NewPopulatedVoteInfo ¶
func (*VoteInfo) Descriptor ¶
func (*VoteInfo) GetSignedLastBlock ¶
func (*VoteInfo) GetValidator ¶
func (*VoteInfo) MarshalToSizedBuffer ¶
func (*VoteInfo) ProtoMessage ¶
func (*VoteInfo) ProtoMessage()
func (*VoteInfo) XXX_DiscardUnknown ¶
func (m *VoteInfo) XXX_DiscardUnknown()