Versions in this module Expand all Collapse all v0 v0.0.0 Jul 28, 2021 Changes in this version + const CodeTypeOK + var CheckTxType_name = map[int32]string + var CheckTxType_value = map[string]int32 + var ErrIntOverflowTypes = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthTypes = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupTypes = fmt.Errorf("proto: unexpected end of group") + var EvidenceType_name = map[int32]string + var EvidenceType_value = map[string]int32 + var ResponseApplySnapshotChunk_Result_name = map[int32]string + var ResponseApplySnapshotChunk_Result_value = map[string]int32 + var ResponseOfferSnapshot_Result_name = map[int32]string + var ResponseOfferSnapshot_Result_value = map[string]int32 + 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 interface + ApplySnapshotChunk func(ctx context.Context, in *RequestApplySnapshotChunk, opts ...grpc.CallOption) (*ResponseApplySnapshotChunk, error) + BeginBlock func(ctx context.Context, in *RequestBeginBlock, opts ...grpc.CallOption) (*ResponseBeginBlock, error) + CheckTx func(ctx context.Context, in *RequestCheckTx, opts ...grpc.CallOption) (*ResponseCheckTx, error) + Commit func(ctx context.Context, in *RequestCommit, opts ...grpc.CallOption) (*ResponseCommit, error) + DeliverTx func(ctx context.Context, in *RequestDeliverTx, opts ...grpc.CallOption) (*ResponseDeliverTx, error) + Echo func(ctx context.Context, in *RequestEcho, opts ...grpc.CallOption) (*ResponseEcho, error) + EndBlock func(ctx context.Context, in *RequestEndBlock, opts ...grpc.CallOption) (*ResponseEndBlock, error) + Flush func(ctx context.Context, in *RequestFlush, opts ...grpc.CallOption) (*ResponseFlush, error) + Info func(ctx context.Context, in *RequestInfo, opts ...grpc.CallOption) (*ResponseInfo, error) + InitChain func(ctx context.Context, in *RequestInitChain, opts ...grpc.CallOption) (*ResponseInitChain, error) + ListSnapshots func(ctx context.Context, in *RequestListSnapshots, opts ...grpc.CallOption) (*ResponseListSnapshots, error) + LoadSnapshotChunk func(ctx context.Context, in *RequestLoadSnapshotChunk, opts ...grpc.CallOption) (*ResponseLoadSnapshotChunk, error) + OfferSnapshot func(ctx context.Context, in *RequestOfferSnapshot, opts ...grpc.CallOption) (*ResponseOfferSnapshot, error) + Query func(ctx context.Context, in *RequestQuery, opts ...grpc.CallOption) (*ResponseQuery, error) + SetOption func(ctx context.Context, in *RequestSetOption, opts ...grpc.CallOption) (*ResponseSetOption, error) + func NewABCIApplicationClient(cc *grpc.ClientConn) ABCIApplicationClient + type ABCIApplicationServer interface + ApplySnapshotChunk func(context.Context, *RequestApplySnapshotChunk) (*ResponseApplySnapshotChunk, error) + BeginBlock func(context.Context, *RequestBeginBlock) (*ResponseBeginBlock, error) + CheckTx func(context.Context, *RequestCheckTx) (*ResponseCheckTx, error) + Commit func(context.Context, *RequestCommit) (*ResponseCommit, error) + DeliverTx func(context.Context, *RequestDeliverTx) (*ResponseDeliverTx, error) + Echo func(context.Context, *RequestEcho) (*ResponseEcho, error) + EndBlock func(context.Context, *RequestEndBlock) (*ResponseEndBlock, error) + Flush func(context.Context, *RequestFlush) (*ResponseFlush, error) + Info func(context.Context, *RequestInfo) (*ResponseInfo, error) + InitChain func(context.Context, *RequestInitChain) (*ResponseInitChain, error) + ListSnapshots func(context.Context, *RequestListSnapshots) (*ResponseListSnapshots, error) + LoadSnapshotChunk func(context.Context, *RequestLoadSnapshotChunk) (*ResponseLoadSnapshotChunk, error) + OfferSnapshot func(context.Context, *RequestOfferSnapshot) (*ResponseOfferSnapshot, error) + Query func(context.Context, *RequestQuery) (*ResponseQuery, error) + SetOption func(context.Context, *RequestSetOption) (*ResponseSetOption, error) + type Application interface + ApplySnapshotChunk func(RequestApplySnapshotChunk) ResponseApplySnapshotChunk + BeginBlock func(RequestBeginBlock) ResponseBeginBlock + CheckTx func(RequestCheckTx) ResponseCheckTx + Commit func() ResponseCommit + DeliverTx func(RequestDeliverTx) ResponseDeliverTx + EndBlock func(RequestEndBlock) ResponseEndBlock + Info func(RequestInfo) ResponseInfo + InitChain func(RequestInitChain) ResponseInitChain + ListSnapshots func(RequestListSnapshots) ResponseListSnapshots + LoadSnapshotChunk func(RequestLoadSnapshotChunk) ResponseLoadSnapshotChunk + OfferSnapshot func(RequestOfferSnapshot) ResponseOfferSnapshot + Query func(RequestQuery) ResponseQuery + SetOption func(RequestSetOption) ResponseSetOption + type BaseApplication struct + func NewBaseApplication() *BaseApplication + func (BaseApplication) ApplySnapshotChunk(req RequestApplySnapshotChunk) ResponseApplySnapshotChunk + func (BaseApplication) BeginBlock(req RequestBeginBlock) ResponseBeginBlock + func (BaseApplication) CheckTx(req RequestCheckTx) ResponseCheckTx + func (BaseApplication) Commit() ResponseCommit + 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) ListSnapshots(req RequestListSnapshots) ResponseListSnapshots + func (BaseApplication) LoadSnapshotChunk(req RequestLoadSnapshotChunk) ResponseLoadSnapshotChunk + func (BaseApplication) OfferSnapshot(req RequestOfferSnapshot) ResponseOfferSnapshot + func (BaseApplication) Query(req RequestQuery) ResponseQuery + func (BaseApplication) SetOption(req RequestSetOption) ResponseSetOption + type BlockParams struct + MaxBytes int64 + MaxGas int64 + func (*BlockParams) Descriptor() ([]byte, []int) + func (*BlockParams) ProtoMessage() + 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 (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 int32 + const CheckTxType_New + const CheckTxType_Recheck + func (CheckTxType) EnumDescriptor() ([]byte, []int) + func (x CheckTxType) String() string + type ConsensusParams struct + Block *BlockParams + Evidence *types1.EvidenceParams + Validator *types1.ValidatorParams + Version *types1.VersionParams + func (*ConsensusParams) Descriptor() ([]byte, []int) + func (*ConsensusParams) ProtoMessage() + func (m *ConsensusParams) GetBlock() *BlockParams + func (m *ConsensusParams) GetEvidence() *types1.EvidenceParams + func (m *ConsensusParams) GetValidator() *types1.ValidatorParams + func (m *ConsensusParams) GetVersion() *types1.VersionParams + 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 (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 struct + Attributes []EventAttribute + Type string + func (*Event) Descriptor() ([]byte, []int) + func (*Event) ProtoMessage() + func (m *Event) GetAttributes() []EventAttribute + 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 (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 EventAttribute struct + Index bool + Key []byte + Value []byte + func (*EventAttribute) Descriptor() ([]byte, []int) + func (*EventAttribute) ProtoMessage() + func (m *EventAttribute) GetIndex() bool + func (m *EventAttribute) GetKey() []byte + func (m *EventAttribute) GetValue() []byte + func (m *EventAttribute) Marshal() (dAtA []byte, err error) + func (m *EventAttribute) MarshalTo(dAtA []byte) (int, error) + func (m *EventAttribute) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *EventAttribute) Reset() + func (m *EventAttribute) Size() (n int) + func (m *EventAttribute) String() string + func (m *EventAttribute) Unmarshal(dAtA []byte) error + func (m *EventAttribute) XXX_DiscardUnknown() + func (m *EventAttribute) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EventAttribute) XXX_Merge(src proto.Message) + func (m *EventAttribute) XXX_Size() int + func (m *EventAttribute) XXX_Unmarshal(b []byte) error + func (r *EventAttribute) MarshalJSON() ([]byte, error) + func (r *EventAttribute) UnmarshalJSON(b []byte) error + type Evidence struct + Height int64 + Time time.Time + TotalVotingPower int64 + Type EvidenceType + Validator Validator + func (*Evidence) Descriptor() ([]byte, []int) + func (*Evidence) ProtoMessage() + func (m *Evidence) GetHeight() int64 + func (m *Evidence) GetTime() time.Time + func (m *Evidence) GetTotalVotingPower() int64 + func (m *Evidence) GetType() EvidenceType + 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 (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 EvidenceType int32 + const EvidenceType_DUPLICATE_VOTE + const EvidenceType_LIGHT_CLIENT_ATTACK + const EvidenceType_UNKNOWN + func (EvidenceType) EnumDescriptor() ([]byte, []int) + func (x EvidenceType) String() string + type GRPCApplication struct + func NewGRPCApplication(app Application) *GRPCApplication + func (app *GRPCApplication) ApplySnapshotChunk(ctx context.Context, req *RequestApplySnapshotChunk) (*ResponseApplySnapshotChunk, error) + func (app *GRPCApplication) BeginBlock(ctx context.Context, req *RequestBeginBlock) (*ResponseBeginBlock, 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) 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) ListSnapshots(ctx context.Context, req *RequestListSnapshots) (*ResponseListSnapshots, error) + func (app *GRPCApplication) LoadSnapshotChunk(ctx context.Context, req *RequestLoadSnapshotChunk) (*ResponseLoadSnapshotChunk, error) + func (app *GRPCApplication) OfferSnapshot(ctx context.Context, req *RequestOfferSnapshot) (*ResponseOfferSnapshot, error) + func (app *GRPCApplication) Query(ctx context.Context, req *RequestQuery) (*ResponseQuery, error) + func (app *GRPCApplication) SetOption(ctx context.Context, req *RequestSetOption) (*ResponseSetOption, error) + type LastCommitInfo struct + Round int32 + Votes []VoteInfo + func (*LastCommitInfo) Descriptor() ([]byte, []int) + func (*LastCommitInfo) ProtoMessage() + 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 (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 Request struct + Value isRequest_Value + func ToRequestApplySnapshotChunk(req RequestApplySnapshotChunk) *Request + func ToRequestBeginBlock(req RequestBeginBlock) *Request + func ToRequestCheckTx(req RequestCheckTx) *Request + func ToRequestCommit() *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 ToRequestListSnapshots(req RequestListSnapshots) *Request + func ToRequestLoadSnapshotChunk(req RequestLoadSnapshotChunk) *Request + func ToRequestOfferSnapshot(req RequestOfferSnapshot) *Request + func ToRequestQuery(req RequestQuery) *Request + func ToRequestSetOption(req RequestSetOption) *Request + func (*Request) Descriptor() ([]byte, []int) + func (*Request) ProtoMessage() + func (*Request) XXX_OneofWrappers() []interface{} + func (m *Request) GetApplySnapshotChunk() *RequestApplySnapshotChunk + func (m *Request) GetBeginBlock() *RequestBeginBlock + func (m *Request) GetCheckTx() *RequestCheckTx + func (m *Request) GetCommit() *RequestCommit + 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) GetListSnapshots() *RequestListSnapshots + func (m *Request) GetLoadSnapshotChunk() *RequestLoadSnapshotChunk + func (m *Request) GetOfferSnapshot() *RequestOfferSnapshot + 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 (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 (m *Request) XXX_Size() int + func (m *Request) XXX_Unmarshal(b []byte) error + type RequestApplySnapshotChunk struct + Chunk []byte + Index uint32 + Sender string + func (*RequestApplySnapshotChunk) Descriptor() ([]byte, []int) + func (*RequestApplySnapshotChunk) ProtoMessage() + func (m *RequestApplySnapshotChunk) GetChunk() []byte + func (m *RequestApplySnapshotChunk) GetIndex() uint32 + func (m *RequestApplySnapshotChunk) GetSender() string + func (m *RequestApplySnapshotChunk) Marshal() (dAtA []byte, err error) + func (m *RequestApplySnapshotChunk) MarshalTo(dAtA []byte) (int, error) + func (m *RequestApplySnapshotChunk) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *RequestApplySnapshotChunk) Reset() + func (m *RequestApplySnapshotChunk) Size() (n int) + func (m *RequestApplySnapshotChunk) String() string + func (m *RequestApplySnapshotChunk) Unmarshal(dAtA []byte) error + func (m *RequestApplySnapshotChunk) XXX_DiscardUnknown() + func (m *RequestApplySnapshotChunk) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RequestApplySnapshotChunk) XXX_Merge(src proto.Message) + func (m *RequestApplySnapshotChunk) XXX_Size() int + func (m *RequestApplySnapshotChunk) XXX_Unmarshal(b []byte) error + type RequestBeginBlock struct + ByzantineValidators []Evidence + Hash []byte + Header types1.Header + LastCommitInfo LastCommitInfo + func (*RequestBeginBlock) Descriptor() ([]byte, []int) + func (*RequestBeginBlock) ProtoMessage() + func (m *RequestBeginBlock) GetByzantineValidators() []Evidence + func (m *RequestBeginBlock) GetHash() []byte + func (m *RequestBeginBlock) GetHeader() types1.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 (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 RequestCheckTx struct + Tx []byte + Type CheckTxType + func (*RequestCheckTx) Descriptor() ([]byte, []int) + func (*RequestCheckTx) ProtoMessage() + 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 (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 struct + func (*RequestCommit) Descriptor() ([]byte, []int) + func (*RequestCommit) ProtoMessage() + 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 (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 RequestDeliverTx struct + Tx []byte + func (*RequestDeliverTx) Descriptor() ([]byte, []int) + func (*RequestDeliverTx) ProtoMessage() + 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 (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 struct + Message string + func (*RequestEcho) Descriptor() ([]byte, []int) + func (*RequestEcho) ProtoMessage() + 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 (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 struct + Height int64 + func (*RequestEndBlock) Descriptor() ([]byte, []int) + func (*RequestEndBlock) ProtoMessage() + 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 (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 struct + func (*RequestFlush) Descriptor() ([]byte, []int) + func (*RequestFlush) ProtoMessage() + 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 (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 struct + BlockVersion uint64 + P2PVersion uint64 + Version string + func (*RequestInfo) Descriptor() ([]byte, []int) + func (*RequestInfo) ProtoMessage() + 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 (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 struct + AppStateBytes []byte + ChainId string + ConsensusParams *ConsensusParams + InitialHeight int64 + Time time.Time + Validators []ValidatorUpdate + func (*RequestInitChain) Descriptor() ([]byte, []int) + func (*RequestInitChain) ProtoMessage() + func (m *RequestInitChain) GetAppStateBytes() []byte + func (m *RequestInitChain) GetChainId() string + func (m *RequestInitChain) GetConsensusParams() *ConsensusParams + func (m *RequestInitChain) GetInitialHeight() int64 + 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 (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 RequestListSnapshots struct + func (*RequestListSnapshots) Descriptor() ([]byte, []int) + func (*RequestListSnapshots) ProtoMessage() + func (m *RequestListSnapshots) Marshal() (dAtA []byte, err error) + func (m *RequestListSnapshots) MarshalTo(dAtA []byte) (int, error) + func (m *RequestListSnapshots) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *RequestListSnapshots) Reset() + func (m *RequestListSnapshots) Size() (n int) + func (m *RequestListSnapshots) String() string + func (m *RequestListSnapshots) Unmarshal(dAtA []byte) error + func (m *RequestListSnapshots) XXX_DiscardUnknown() + func (m *RequestListSnapshots) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RequestListSnapshots) XXX_Merge(src proto.Message) + func (m *RequestListSnapshots) XXX_Size() int + func (m *RequestListSnapshots) XXX_Unmarshal(b []byte) error + type RequestLoadSnapshotChunk struct + Chunk uint32 + Format uint32 + Height uint64 + func (*RequestLoadSnapshotChunk) Descriptor() ([]byte, []int) + func (*RequestLoadSnapshotChunk) ProtoMessage() + func (m *RequestLoadSnapshotChunk) GetChunk() uint32 + func (m *RequestLoadSnapshotChunk) GetFormat() uint32 + func (m *RequestLoadSnapshotChunk) GetHeight() uint64 + func (m *RequestLoadSnapshotChunk) Marshal() (dAtA []byte, err error) + func (m *RequestLoadSnapshotChunk) MarshalTo(dAtA []byte) (int, error) + func (m *RequestLoadSnapshotChunk) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *RequestLoadSnapshotChunk) Reset() + func (m *RequestLoadSnapshotChunk) Size() (n int) + func (m *RequestLoadSnapshotChunk) String() string + func (m *RequestLoadSnapshotChunk) Unmarshal(dAtA []byte) error + func (m *RequestLoadSnapshotChunk) XXX_DiscardUnknown() + func (m *RequestLoadSnapshotChunk) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RequestLoadSnapshotChunk) XXX_Merge(src proto.Message) + func (m *RequestLoadSnapshotChunk) XXX_Size() int + func (m *RequestLoadSnapshotChunk) XXX_Unmarshal(b []byte) error + type RequestOfferSnapshot struct + AppHash []byte + Snapshot *Snapshot + func (*RequestOfferSnapshot) Descriptor() ([]byte, []int) + func (*RequestOfferSnapshot) ProtoMessage() + func (m *RequestOfferSnapshot) GetAppHash() []byte + func (m *RequestOfferSnapshot) GetSnapshot() *Snapshot + func (m *RequestOfferSnapshot) Marshal() (dAtA []byte, err error) + func (m *RequestOfferSnapshot) MarshalTo(dAtA []byte) (int, error) + func (m *RequestOfferSnapshot) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *RequestOfferSnapshot) Reset() + func (m *RequestOfferSnapshot) Size() (n int) + func (m *RequestOfferSnapshot) String() string + func (m *RequestOfferSnapshot) Unmarshal(dAtA []byte) error + func (m *RequestOfferSnapshot) XXX_DiscardUnknown() + func (m *RequestOfferSnapshot) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RequestOfferSnapshot) XXX_Merge(src proto.Message) + func (m *RequestOfferSnapshot) XXX_Size() int + func (m *RequestOfferSnapshot) XXX_Unmarshal(b []byte) error + type RequestQuery struct + Data []byte + Height int64 + Path string + Prove bool + func (*RequestQuery) Descriptor() ([]byte, []int) + func (*RequestQuery) ProtoMessage() + 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 (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 struct + Key string + Value string + func (*RequestSetOption) Descriptor() ([]byte, []int) + func (*RequestSetOption) ProtoMessage() + 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 (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_ApplySnapshotChunk struct + ApplySnapshotChunk *RequestApplySnapshotChunk + func (m *Request_ApplySnapshotChunk) MarshalTo(dAtA []byte) (int, error) + func (m *Request_ApplySnapshotChunk) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Request_ApplySnapshotChunk) Size() (n int) + type Request_BeginBlock struct + BeginBlock *RequestBeginBlock + func (m *Request_BeginBlock) MarshalTo(dAtA []byte) (int, error) + func (m *Request_BeginBlock) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Request_BeginBlock) Size() (n int) + type Request_CheckTx struct + CheckTx *RequestCheckTx + func (m *Request_CheckTx) MarshalTo(dAtA []byte) (int, error) + func (m *Request_CheckTx) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Request_CheckTx) Size() (n int) + type Request_Commit struct + Commit *RequestCommit + func (m *Request_Commit) MarshalTo(dAtA []byte) (int, error) + func (m *Request_Commit) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Request_Commit) Size() (n int) + type Request_DeliverTx struct + DeliverTx *RequestDeliverTx + func (m *Request_DeliverTx) MarshalTo(dAtA []byte) (int, error) + func (m *Request_DeliverTx) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Request_DeliverTx) Size() (n int) + type Request_Echo struct + Echo *RequestEcho + func (m *Request_Echo) MarshalTo(dAtA []byte) (int, error) + func (m *Request_Echo) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Request_Echo) Size() (n int) + type Request_EndBlock struct + EndBlock *RequestEndBlock + func (m *Request_EndBlock) MarshalTo(dAtA []byte) (int, error) + func (m *Request_EndBlock) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Request_EndBlock) Size() (n int) + type Request_Flush struct + Flush *RequestFlush + func (m *Request_Flush) MarshalTo(dAtA []byte) (int, error) + func (m *Request_Flush) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Request_Flush) Size() (n int) + type Request_Info struct + Info *RequestInfo + func (m *Request_Info) MarshalTo(dAtA []byte) (int, error) + func (m *Request_Info) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Request_Info) Size() (n int) + type Request_InitChain struct + InitChain *RequestInitChain + func (m *Request_InitChain) MarshalTo(dAtA []byte) (int, error) + func (m *Request_InitChain) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Request_InitChain) Size() (n int) + type Request_ListSnapshots struct + ListSnapshots *RequestListSnapshots + func (m *Request_ListSnapshots) MarshalTo(dAtA []byte) (int, error) + func (m *Request_ListSnapshots) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Request_ListSnapshots) Size() (n int) + type Request_LoadSnapshotChunk struct + LoadSnapshotChunk *RequestLoadSnapshotChunk + func (m *Request_LoadSnapshotChunk) MarshalTo(dAtA []byte) (int, error) + func (m *Request_LoadSnapshotChunk) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Request_LoadSnapshotChunk) Size() (n int) + type Request_OfferSnapshot struct + OfferSnapshot *RequestOfferSnapshot + func (m *Request_OfferSnapshot) MarshalTo(dAtA []byte) (int, error) + func (m *Request_OfferSnapshot) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Request_OfferSnapshot) Size() (n int) + type Request_Query struct + Query *RequestQuery + func (m *Request_Query) MarshalTo(dAtA []byte) (int, error) + func (m *Request_Query) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Request_Query) Size() (n int) + type Request_SetOption struct + SetOption *RequestSetOption + func (m *Request_SetOption) MarshalTo(dAtA []byte) (int, error) + func (m *Request_SetOption) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Request_SetOption) Size() (n int) + type Response struct + Value isResponse_Value + func ToResponseApplySnapshotChunk(res ResponseApplySnapshotChunk) *Response + func ToResponseBeginBlock(res ResponseBeginBlock) *Response + func ToResponseCheckTx(res ResponseCheckTx) *Response + func ToResponseCommit(res ResponseCommit) *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 ToResponseListSnapshots(res ResponseListSnapshots) *Response + func ToResponseLoadSnapshotChunk(res ResponseLoadSnapshotChunk) *Response + func ToResponseOfferSnapshot(res ResponseOfferSnapshot) *Response + func ToResponseQuery(res ResponseQuery) *Response + func ToResponseSetOption(res ResponseSetOption) *Response + func (*Response) Descriptor() ([]byte, []int) + func (*Response) ProtoMessage() + func (*Response) XXX_OneofWrappers() []interface{} + func (m *Response) GetApplySnapshotChunk() *ResponseApplySnapshotChunk + func (m *Response) GetBeginBlock() *ResponseBeginBlock + func (m *Response) GetCheckTx() *ResponseCheckTx + func (m *Response) GetCommit() *ResponseCommit + 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) GetListSnapshots() *ResponseListSnapshots + func (m *Response) GetLoadSnapshotChunk() *ResponseLoadSnapshotChunk + func (m *Response) GetOfferSnapshot() *ResponseOfferSnapshot + 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 (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 (m *Response) XXX_Size() int + func (m *Response) XXX_Unmarshal(b []byte) error + type ResponseApplySnapshotChunk struct + RefetchChunks []uint32 + RejectSenders []string + Result ResponseApplySnapshotChunk_Result + func (*ResponseApplySnapshotChunk) Descriptor() ([]byte, []int) + func (*ResponseApplySnapshotChunk) ProtoMessage() + func (m *ResponseApplySnapshotChunk) GetRefetchChunks() []uint32 + func (m *ResponseApplySnapshotChunk) GetRejectSenders() []string + func (m *ResponseApplySnapshotChunk) GetResult() ResponseApplySnapshotChunk_Result + func (m *ResponseApplySnapshotChunk) Marshal() (dAtA []byte, err error) + func (m *ResponseApplySnapshotChunk) MarshalTo(dAtA []byte) (int, error) + func (m *ResponseApplySnapshotChunk) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ResponseApplySnapshotChunk) Reset() + func (m *ResponseApplySnapshotChunk) Size() (n int) + func (m *ResponseApplySnapshotChunk) String() string + func (m *ResponseApplySnapshotChunk) Unmarshal(dAtA []byte) error + func (m *ResponseApplySnapshotChunk) XXX_DiscardUnknown() + func (m *ResponseApplySnapshotChunk) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ResponseApplySnapshotChunk) XXX_Merge(src proto.Message) + func (m *ResponseApplySnapshotChunk) XXX_Size() int + func (m *ResponseApplySnapshotChunk) XXX_Unmarshal(b []byte) error + type ResponseApplySnapshotChunk_Result int32 + const ResponseApplySnapshotChunk_ABORT + const ResponseApplySnapshotChunk_ACCEPT + const ResponseApplySnapshotChunk_REJECT_SNAPSHOT + const ResponseApplySnapshotChunk_RETRY + const ResponseApplySnapshotChunk_RETRY_SNAPSHOT + const ResponseApplySnapshotChunk_UNKNOWN + func (ResponseApplySnapshotChunk_Result) EnumDescriptor() ([]byte, []int) + func (x ResponseApplySnapshotChunk_Result) String() string + type ResponseBeginBlock struct + Events []Event + func (*ResponseBeginBlock) Descriptor() ([]byte, []int) + func (*ResponseBeginBlock) ProtoMessage() + 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 (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 ResponseCheckTx struct + Code uint32 + Codespace string + Data []byte + Events []Event + GasUsed int64 + GasWanted int64 + Info string + Log string + func (*ResponseCheckTx) Descriptor() ([]byte, []int) + func (*ResponseCheckTx) ProtoMessage() + 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 (m *ResponseCheckTx) Marshal() (dAtA []byte, err error) + func (m *ResponseCheckTx) MarshalTo(dAtA []byte) (int, error) + func (m *ResponseCheckTx) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ResponseCheckTx) Reset() + func (m *ResponseCheckTx) Size() (n int) + func (m *ResponseCheckTx) String() string + func (m *ResponseCheckTx) Unmarshal(dAtA []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 + func (r *ResponseCheckTx) MarshalJSON() ([]byte, error) + func (r *ResponseCheckTx) UnmarshalJSON(b []byte) error + func (r ResponseCheckTx) IsErr() bool + func (r ResponseCheckTx) IsOK() bool + type ResponseCommit struct + Data []byte + RetainHeight int64 + func (*ResponseCommit) Descriptor() ([]byte, []int) + func (*ResponseCommit) ProtoMessage() + func (m *ResponseCommit) GetData() []byte + func (m *ResponseCommit) GetRetainHeight() int64 + func (m *ResponseCommit) Marshal() (dAtA []byte, err error) + func (m *ResponseCommit) MarshalTo(dAtA []byte) (int, error) + func (m *ResponseCommit) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ResponseCommit) Reset() + func (m *ResponseCommit) Size() (n int) + func (m *ResponseCommit) String() string + func (m *ResponseCommit) Unmarshal(dAtA []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 + func (r *ResponseCommit) MarshalJSON() ([]byte, error) + func (r *ResponseCommit) UnmarshalJSON(b []byte) error + type ResponseDeliverTx struct + Code uint32 + Codespace string + Data []byte + Events []Event + GasUsed int64 + GasWanted int64 + Info string + Log string + func (*ResponseDeliverTx) Descriptor() ([]byte, []int) + func (*ResponseDeliverTx) ProtoMessage() + 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 (m *ResponseDeliverTx) Marshal() (dAtA []byte, err error) + func (m *ResponseDeliverTx) MarshalTo(dAtA []byte) (int, error) + func (m *ResponseDeliverTx) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ResponseDeliverTx) Reset() + func (m *ResponseDeliverTx) Size() (n int) + func (m *ResponseDeliverTx) String() string + func (m *ResponseDeliverTx) Unmarshal(dAtA []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 + func (r *ResponseDeliverTx) MarshalJSON() ([]byte, error) + func (r *ResponseDeliverTx) UnmarshalJSON(b []byte) error + func (r ResponseDeliverTx) IsErr() bool + func (r ResponseDeliverTx) IsOK() bool + type ResponseEcho struct + Message string + func (*ResponseEcho) Descriptor() ([]byte, []int) + func (*ResponseEcho) ProtoMessage() + 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 (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 struct + ConsensusParamUpdates *ConsensusParams + Events []Event + ValidatorUpdates []ValidatorUpdate + func (*ResponseEndBlock) Descriptor() ([]byte, []int) + func (*ResponseEndBlock) ProtoMessage() + 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 (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 struct + Error string + func (*ResponseException) Descriptor() ([]byte, []int) + func (*ResponseException) ProtoMessage() + 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 (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 struct + func (*ResponseFlush) Descriptor() ([]byte, []int) + func (*ResponseFlush) ProtoMessage() + 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 (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 struct + AppVersion uint64 + Data string + LastBlockAppHash []byte + LastBlockHeight int64 + Version string + func (*ResponseInfo) Descriptor() ([]byte, []int) + func (*ResponseInfo) ProtoMessage() + 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 (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 struct + AppHash []byte + ConsensusParams *ConsensusParams + Validators []ValidatorUpdate + func (*ResponseInitChain) Descriptor() ([]byte, []int) + func (*ResponseInitChain) ProtoMessage() + func (m *ResponseInitChain) GetAppHash() []byte + 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 (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 ResponseListSnapshots struct + Snapshots []*Snapshot + func (*ResponseListSnapshots) Descriptor() ([]byte, []int) + func (*ResponseListSnapshots) ProtoMessage() + func (m *ResponseListSnapshots) GetSnapshots() []*Snapshot + func (m *ResponseListSnapshots) Marshal() (dAtA []byte, err error) + func (m *ResponseListSnapshots) MarshalTo(dAtA []byte) (int, error) + func (m *ResponseListSnapshots) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ResponseListSnapshots) Reset() + func (m *ResponseListSnapshots) Size() (n int) + func (m *ResponseListSnapshots) String() string + func (m *ResponseListSnapshots) Unmarshal(dAtA []byte) error + func (m *ResponseListSnapshots) XXX_DiscardUnknown() + func (m *ResponseListSnapshots) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ResponseListSnapshots) XXX_Merge(src proto.Message) + func (m *ResponseListSnapshots) XXX_Size() int + func (m *ResponseListSnapshots) XXX_Unmarshal(b []byte) error + type ResponseLoadSnapshotChunk struct + Chunk []byte + func (*ResponseLoadSnapshotChunk) Descriptor() ([]byte, []int) + func (*ResponseLoadSnapshotChunk) ProtoMessage() + func (m *ResponseLoadSnapshotChunk) GetChunk() []byte + func (m *ResponseLoadSnapshotChunk) Marshal() (dAtA []byte, err error) + func (m *ResponseLoadSnapshotChunk) MarshalTo(dAtA []byte) (int, error) + func (m *ResponseLoadSnapshotChunk) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ResponseLoadSnapshotChunk) Reset() + func (m *ResponseLoadSnapshotChunk) Size() (n int) + func (m *ResponseLoadSnapshotChunk) String() string + func (m *ResponseLoadSnapshotChunk) Unmarshal(dAtA []byte) error + func (m *ResponseLoadSnapshotChunk) XXX_DiscardUnknown() + func (m *ResponseLoadSnapshotChunk) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ResponseLoadSnapshotChunk) XXX_Merge(src proto.Message) + func (m *ResponseLoadSnapshotChunk) XXX_Size() int + func (m *ResponseLoadSnapshotChunk) XXX_Unmarshal(b []byte) error + type ResponseOfferSnapshot struct + Result ResponseOfferSnapshot_Result + func (*ResponseOfferSnapshot) Descriptor() ([]byte, []int) + func (*ResponseOfferSnapshot) ProtoMessage() + func (m *ResponseOfferSnapshot) GetResult() ResponseOfferSnapshot_Result + func (m *ResponseOfferSnapshot) Marshal() (dAtA []byte, err error) + func (m *ResponseOfferSnapshot) MarshalTo(dAtA []byte) (int, error) + func (m *ResponseOfferSnapshot) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ResponseOfferSnapshot) Reset() + func (m *ResponseOfferSnapshot) Size() (n int) + func (m *ResponseOfferSnapshot) String() string + func (m *ResponseOfferSnapshot) Unmarshal(dAtA []byte) error + func (m *ResponseOfferSnapshot) XXX_DiscardUnknown() + func (m *ResponseOfferSnapshot) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ResponseOfferSnapshot) XXX_Merge(src proto.Message) + func (m *ResponseOfferSnapshot) XXX_Size() int + func (m *ResponseOfferSnapshot) XXX_Unmarshal(b []byte) error + type ResponseOfferSnapshot_Result int32 + const ResponseOfferSnapshot_ABORT + const ResponseOfferSnapshot_ACCEPT + const ResponseOfferSnapshot_REJECT + const ResponseOfferSnapshot_REJECT_FORMAT + const ResponseOfferSnapshot_REJECT_SENDER + const ResponseOfferSnapshot_UNKNOWN + func (ResponseOfferSnapshot_Result) EnumDescriptor() ([]byte, []int) + func (x ResponseOfferSnapshot_Result) String() string + type ResponseQuery struct + Code uint32 + Codespace string + Height int64 + Index int64 + Info string + Key []byte + Log string + ProofOps *crypto.ProofOps + Value []byte + func (*ResponseQuery) Descriptor() ([]byte, []int) + func (*ResponseQuery) ProtoMessage() + 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) GetProofOps() *crypto.ProofOps + func (m *ResponseQuery) GetValue() []byte + func (m *ResponseQuery) Marshal() (dAtA []byte, err error) + func (m *ResponseQuery) MarshalTo(dAtA []byte) (int, error) + func (m *ResponseQuery) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ResponseQuery) Reset() + func (m *ResponseQuery) Size() (n int) + func (m *ResponseQuery) String() string + func (m *ResponseQuery) Unmarshal(dAtA []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 + func (r *ResponseQuery) MarshalJSON() ([]byte, error) + func (r *ResponseQuery) UnmarshalJSON(b []byte) error + func (r ResponseQuery) IsErr() bool + func (r ResponseQuery) IsOK() bool + type ResponseSetOption struct + Code uint32 + Info string + Log string + func (*ResponseSetOption) Descriptor() ([]byte, []int) + func (*ResponseSetOption) ProtoMessage() + func (m *ResponseSetOption) GetCode() uint32 + func (m *ResponseSetOption) GetInfo() string + func (m *ResponseSetOption) GetLog() string + func (m *ResponseSetOption) Marshal() (dAtA []byte, err error) + func (m *ResponseSetOption) MarshalTo(dAtA []byte) (int, error) + func (m *ResponseSetOption) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ResponseSetOption) Reset() + func (m *ResponseSetOption) Size() (n int) + func (m *ResponseSetOption) String() string + func (m *ResponseSetOption) Unmarshal(dAtA []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 + func (r *ResponseSetOption) MarshalJSON() ([]byte, error) + func (r *ResponseSetOption) UnmarshalJSON(b []byte) error + type Response_ApplySnapshotChunk struct + ApplySnapshotChunk *ResponseApplySnapshotChunk + func (m *Response_ApplySnapshotChunk) MarshalTo(dAtA []byte) (int, error) + func (m *Response_ApplySnapshotChunk) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Response_ApplySnapshotChunk) Size() (n int) + type Response_BeginBlock struct + BeginBlock *ResponseBeginBlock + func (m *Response_BeginBlock) MarshalTo(dAtA []byte) (int, error) + func (m *Response_BeginBlock) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Response_BeginBlock) Size() (n int) + type Response_CheckTx struct + CheckTx *ResponseCheckTx + func (m *Response_CheckTx) MarshalTo(dAtA []byte) (int, error) + func (m *Response_CheckTx) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Response_CheckTx) Size() (n int) + type Response_Commit struct + Commit *ResponseCommit + func (m *Response_Commit) MarshalTo(dAtA []byte) (int, error) + func (m *Response_Commit) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Response_Commit) Size() (n int) + type Response_DeliverTx struct + DeliverTx *ResponseDeliverTx + func (m *Response_DeliverTx) MarshalTo(dAtA []byte) (int, error) + func (m *Response_DeliverTx) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Response_DeliverTx) Size() (n int) + type Response_Echo struct + Echo *ResponseEcho + func (m *Response_Echo) MarshalTo(dAtA []byte) (int, error) + func (m *Response_Echo) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Response_Echo) Size() (n int) + type Response_EndBlock struct + EndBlock *ResponseEndBlock + func (m *Response_EndBlock) MarshalTo(dAtA []byte) (int, error) + func (m *Response_EndBlock) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Response_EndBlock) Size() (n int) + type Response_Exception struct + Exception *ResponseException + func (m *Response_Exception) MarshalTo(dAtA []byte) (int, error) + func (m *Response_Exception) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Response_Exception) Size() (n int) + type Response_Flush struct + Flush *ResponseFlush + func (m *Response_Flush) MarshalTo(dAtA []byte) (int, error) + func (m *Response_Flush) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Response_Flush) Size() (n int) + type Response_Info struct + Info *ResponseInfo + func (m *Response_Info) MarshalTo(dAtA []byte) (int, error) + func (m *Response_Info) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Response_Info) Size() (n int) + type Response_InitChain struct + InitChain *ResponseInitChain + func (m *Response_InitChain) MarshalTo(dAtA []byte) (int, error) + func (m *Response_InitChain) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Response_InitChain) Size() (n int) + type Response_ListSnapshots struct + ListSnapshots *ResponseListSnapshots + func (m *Response_ListSnapshots) MarshalTo(dAtA []byte) (int, error) + func (m *Response_ListSnapshots) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Response_ListSnapshots) Size() (n int) + type Response_LoadSnapshotChunk struct + LoadSnapshotChunk *ResponseLoadSnapshotChunk + func (m *Response_LoadSnapshotChunk) MarshalTo(dAtA []byte) (int, error) + func (m *Response_LoadSnapshotChunk) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Response_LoadSnapshotChunk) Size() (n int) + type Response_OfferSnapshot struct + OfferSnapshot *ResponseOfferSnapshot + func (m *Response_OfferSnapshot) MarshalTo(dAtA []byte) (int, error) + func (m *Response_OfferSnapshot) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Response_OfferSnapshot) Size() (n int) + type Response_Query struct + Query *ResponseQuery + func (m *Response_Query) MarshalTo(dAtA []byte) (int, error) + func (m *Response_Query) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Response_Query) Size() (n int) + type Response_SetOption struct + SetOption *ResponseSetOption + func (m *Response_SetOption) MarshalTo(dAtA []byte) (int, error) + func (m *Response_SetOption) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Response_SetOption) Size() (n int) + type Snapshot struct + Chunks uint32 + Format uint32 + Hash []byte + Height uint64 + Metadata []byte + func (*Snapshot) Descriptor() ([]byte, []int) + func (*Snapshot) ProtoMessage() + func (m *Snapshot) GetChunks() uint32 + func (m *Snapshot) GetFormat() uint32 + func (m *Snapshot) GetHash() []byte + func (m *Snapshot) GetHeight() uint64 + func (m *Snapshot) GetMetadata() []byte + func (m *Snapshot) Marshal() (dAtA []byte, err error) + func (m *Snapshot) MarshalTo(dAtA []byte) (int, error) + func (m *Snapshot) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Snapshot) Reset() + func (m *Snapshot) Size() (n int) + func (m *Snapshot) String() string + func (m *Snapshot) Unmarshal(dAtA []byte) error + func (m *Snapshot) XXX_DiscardUnknown() + func (m *Snapshot) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Snapshot) XXX_Merge(src proto.Message) + func (m *Snapshot) XXX_Size() int + func (m *Snapshot) XXX_Unmarshal(b []byte) error + type TxResult struct + Height int64 + Index uint32 + Result ResponseDeliverTx + Tx []byte + func (*TxResult) Descriptor() ([]byte, []int) + func (*TxResult) ProtoMessage() + func (m *TxResult) GetHeight() int64 + func (m *TxResult) GetIndex() uint32 + func (m *TxResult) GetResult() ResponseDeliverTx + func (m *TxResult) GetTx() []byte + func (m *TxResult) Marshal() (dAtA []byte, err error) + func (m *TxResult) MarshalTo(dAtA []byte) (int, error) + func (m *TxResult) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *TxResult) Reset() + func (m *TxResult) Size() (n int) + func (m *TxResult) String() string + func (m *TxResult) Unmarshal(dAtA []byte) error + func (m *TxResult) XXX_DiscardUnknown() + func (m *TxResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TxResult) XXX_Merge(src proto.Message) + func (m *TxResult) XXX_Size() int + func (m *TxResult) XXX_Unmarshal(b []byte) error + type UnimplementedABCIApplicationServer struct + func (*UnimplementedABCIApplicationServer) ApplySnapshotChunk(ctx context.Context, req *RequestApplySnapshotChunk) (*ResponseApplySnapshotChunk, error) + func (*UnimplementedABCIApplicationServer) BeginBlock(ctx context.Context, req *RequestBeginBlock) (*ResponseBeginBlock, error) + func (*UnimplementedABCIApplicationServer) CheckTx(ctx context.Context, req *RequestCheckTx) (*ResponseCheckTx, error) + func (*UnimplementedABCIApplicationServer) Commit(ctx context.Context, req *RequestCommit) (*ResponseCommit, 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) ListSnapshots(ctx context.Context, req *RequestListSnapshots) (*ResponseListSnapshots, error) + func (*UnimplementedABCIApplicationServer) LoadSnapshotChunk(ctx context.Context, req *RequestLoadSnapshotChunk) (*ResponseLoadSnapshotChunk, error) + func (*UnimplementedABCIApplicationServer) OfferSnapshot(ctx context.Context, req *RequestOfferSnapshot) (*ResponseOfferSnapshot, error) + func (*UnimplementedABCIApplicationServer) Query(ctx context.Context, req *RequestQuery) (*ResponseQuery, error) + func (*UnimplementedABCIApplicationServer) SetOption(ctx context.Context, req *RequestSetOption) (*ResponseSetOption, error) + type Validator struct + Address []byte + Power int64 + func (*Validator) Descriptor() ([]byte, []int) + func (*Validator) ProtoMessage() + 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 (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 ValidatorUpdate struct + Power int64 + PubKey crypto.PublicKey + func UpdateValidator(pk []byte, power int64, keyType string) ValidatorUpdate + func (*ValidatorUpdate) Descriptor() ([]byte, []int) + func (*ValidatorUpdate) ProtoMessage() + func (m *ValidatorUpdate) GetPower() int64 + func (m *ValidatorUpdate) GetPubKey() crypto.PublicKey + 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 (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 []ValidatorUpdate + func (v ValidatorUpdates) Len() int + func (v ValidatorUpdates) Less(i, j int) bool + func (v ValidatorUpdates) Swap(i, j int) + type VoteInfo struct + SignedLastBlock bool + Validator Validator + func (*VoteInfo) Descriptor() ([]byte, []int) + func (*VoteInfo) ProtoMessage() + 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 (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