Versions in this module Expand all Collapse all v0 v0.0.2 May 13, 2020 v0.0.1 May 13, 2020 Changes in this version + const CodeTypeOK + func AppStateToByte(appstate *AppState) []byte + func ReadMessage(r io.Reader, msg proto.Message) error + func RegisterABCIApplicationServer(s *grpc.Server, srv ABCIApplicationServer) + func ValidatorsString(vs Validators) string + func WriteMessage(msg proto.Message, w io.Writer) error + type ABCIApplicationClient interface + BeginBlock func(ctx context.Context, in *RequestBeginBlock, opts ...grpc.CallOption) (*ResponseBeginBlock, error) + CheckTx func(ctx context.Context, in *RequestCheckTx, opts ...grpc.CallOption) (*ResponseCheckTx, error) + CleanData func(ctx context.Context, in *RequestCleanData, opts ...grpc.CallOption) (*ResponseCleanData, 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) + GetGenesis func(ctx context.Context, in *RequestGetGenesis, opts ...grpc.CallOption) (*ResponseGetGenesis, 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) + Query func(ctx context.Context, in *RequestQuery, opts ...grpc.CallOption) (*ResponseQuery, error) + QueryEx func(ctx context.Context, in *RequestQueryEx, opts ...grpc.CallOption) (*ResponseQueryEx, error) + Rollback func(ctx context.Context, in *RequestRollback, opts ...grpc.CallOption) (*ResponseRollback, error) + SetOption func(ctx context.Context, in *RequestSetOption, opts ...grpc.CallOption) (*ResponseSetOption, error) + func NewABCIApplicationClient(cc *grpc.ClientConn) ABCIApplicationClient + type ABCIApplicationServer interface + BeginBlock func(context.Context, *RequestBeginBlock) (*ResponseBeginBlock, error) + CheckTx func(context.Context, *RequestCheckTx) (*ResponseCheckTx, error) + CleanData func(context.Context, *RequestCleanData) (*ResponseCleanData, 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) + GetGenesis func(context.Context, *RequestGetGenesis) (*ResponseGetGenesis, error) + Info func(context.Context, *RequestInfo) (*ResponseInfo, error) + InitChain func(context.Context, *RequestInitChain) (*ResponseInitChain, error) + Query func(context.Context, *RequestQuery) (*ResponseQuery, error) + QueryEx func(context.Context, *RequestQueryEx) (*ResponseQueryEx, error) + Rollback func(context.Context, *RequestRollback) (*ResponseRollback, error) + SetOption func(context.Context, *RequestSetOption) (*ResponseSetOption, error) + type Allocation struct + Addr string + Fee uint64 + type AppState struct + AppHash crypto.Hash + BeginBlock RequestBeginBlock + BlockHeight int64 + ChainVersion int64 + Fee uint64 + Rewards []common.KVPair + TxsHashList []crypto.Hash + func ByteToAppState(appstate []byte) *AppState + type Application interface + BeginBlock func(RequestBeginBlock) ResponseBeginBlock + CheckTx func(tx []byte) ResponseCheckTx + CleanData func() ResponseCleanData + Commit func() ResponseCommit + DeliverTx func(tx []byte) ResponseDeliverTx + EndBlock func(RequestEndBlock) ResponseEndBlock + GetGenesis func() ResponseGetGenesis + Info func(RequestInfo) ResponseInfo + InitChain func(RequestInitChain) ResponseInitChain + Query func(RequestQuery) ResponseQuery + QueryEx func(RequestQueryEx) ResponseQueryEx + Rollback func() ResponseRollback + SetOption func(RequestSetOption) ResponseSetOption + type BaseApplication struct + func NewBaseApplication() *BaseApplication + func (BaseApplication) BeginBlock(req RequestBeginBlock) ResponseBeginBlock + func (BaseApplication) CheckTx(tx []byte) ResponseCheckTx + func (BaseApplication) CleanData() ResponseCleanData + func (BaseApplication) Commit() ResponseCommit + func (BaseApplication) DeliverTx(tx []byte) ResponseDeliverTx + func (BaseApplication) EndBlock(req RequestEndBlock) ResponseEndBlock + func (BaseApplication) GetGenesis() ResponseGetGenesis + func (BaseApplication) Info(req RequestInfo) ResponseInfo + func (BaseApplication) InitChain(req RequestInitChain) ResponseInitChain + func (BaseApplication) Query(req RequestQuery) ResponseQuery + func (BaseApplication) QueryEx(req RequestQueryEx) ResponseQueryEx + func (BaseApplication) Rollback() ResponseRollback + func (BaseApplication) SetOption(req RequestSetOption) ResponseSetOption + type BlockGossip struct + BlockPartSizeBytes int32 + func (*BlockGossip) Descriptor() ([]byte, []int) + func (*BlockGossip) ProtoMessage() + func (m *BlockGossip) GetBlockPartSizeBytes() int32 + func (m *BlockGossip) Reset() + func (m *BlockGossip) String() string + type BlockID struct + Hash []byte + Parts PartSetHeader + func (*BlockID) Descriptor() ([]byte, []int) + func (*BlockID) ProtoMessage() + func (m *BlockID) GetHash() []byte + func (m *BlockID) GetParts() PartSetHeader + func (m *BlockID) Reset() + func (m *BlockID) String() string + type BlockSize struct + MaxBytes int32 + MaxGas int64 + MaxTxs int32 + func (*BlockSize) Descriptor() ([]byte, []int) + func (*BlockSize) ProtoMessage() + func (m *BlockSize) GetMaxBytes() int32 + func (m *BlockSize) GetMaxGas() int64 + func (m *BlockSize) GetMaxTxs() int32 + func (m *BlockSize) Reset() + func (m *BlockSize) String() string + type ConsensusParams struct + BlockGossip *BlockGossip + BlockSize *BlockSize + TxSize *TxSize + func (*ConsensusParams) Descriptor() ([]byte, []int) + func (*ConsensusParams) ProtoMessage() + func (m *ConsensusParams) GetBlockGossip() *BlockGossip + func (m *ConsensusParams) GetBlockSize() *BlockSize + func (m *ConsensusParams) GetTxSize() *TxSize + func (m *ConsensusParams) Reset() + func (m *ConsensusParams) String() string + type ContractData struct + CodeData []byte + Name string + Owner string + Version string + func (*ContractData) Descriptor() ([]byte, []int) + func (*ContractData) ProtoMessage() + func (m *ContractData) Reset() + func (m *ContractData) String() string + type Evidence struct + Height int64 + PubKey string + func (*Evidence) Descriptor() ([]byte, []int) + func (*Evidence) ProtoMessage() + func (m *Evidence) GetHeight() int64 + func (m *Evidence) GetPubKey() string + func (m *Evidence) Reset() + func (m *Evidence) String() string + type GRPCApplication struct + func NewGRPCApplication(app Application) *GRPCApplication + 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) CleanData(ctx context.Context, req *RequestCleanData) (*ResponseCleanData, 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) GetGenesis(ctx context.Context, req *RequestGetGenesis) (*ResponseGetGenesis, 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) QueryEx(ctx context.Context, req *RequestQueryEx) (*ResponseQueryEx, error) + func (app *GRPCApplication) Rollback(ctx context.Context, req *RequestRollback) (*ResponseRollback, error) + func (app *GRPCApplication) SetOption(ctx context.Context, req *RequestSetOption) (*ResponseSetOption, error) + type Header struct + BlockVersion string + ChainID string + ChainVersion int64 + DataHash []byte + Height int64 + LastAllocation []Allocation + LastAppHash []byte + LastBlockID BlockID + LastCommitHash []byte + LastFee uint64 + LastMining *int64 + LastQueueChains *QueueChain + NumTxs int32 + ProposerAddress string + RandomeOfBlock []byte + Relayer *Relayer + RewardAddress string + Time int64 + ValidatorsHash []byte + Version string + func (*Header) Descriptor() ([]byte, []int) + func (*Header) ProtoMessage() + func (m *Header) GetChainID() string + func (m *Header) GetDataHash() []byte + func (m *Header) GetHeight() int64 + func (m *Header) GetLastAppHash() []byte + func (m *Header) GetLastBlockID() BlockID + func (m *Header) GetLastCommitHash() []byte + func (m *Header) GetNumTxs() int32 + func (m *Header) GetTime() int64 + func (m *Header) GetValidatorsHash() []byte + func (m *Header) Reset() + func (m *Header) String() string + type KeyValue struct + Key []byte + Value []byte + type PartSetHeader struct + Hash []byte + Total int32 + func (*PartSetHeader) Descriptor() ([]byte, []int) + func (*PartSetHeader) ProtoMessage() + func (m *PartSetHeader) GetHash() []byte + func (m *PartSetHeader) GetTotal() int32 + func (m *PartSetHeader) Reset() + func (m *PartSetHeader) String() string + type QueueBlock struct + LastQueueHash []byte + LastQueueHeight int64 + QueueHash []byte + QueueID string + type QueueChain struct + QueueBlocks []QueueBlock + type Relayer struct + Address string + StartTime int64 + type Request struct + Value isRequest_Value + func ToRequestBeginBlock(req RequestBeginBlock) *Request + func ToRequestCheckTx(tx []byte) *Request + func ToRequestCleanData() *Request + func ToRequestCommit() *Request + func ToRequestDeliverTx(tx []byte) *Request + func ToRequestEcho(message string) *Request + func ToRequestEndBlock(req RequestEndBlock) *Request + func ToRequestFlush() *Request + func ToRequestGetGenesis() *Request + func ToRequestInfo(req RequestInfo) *Request + func ToRequestInitChain(req RequestInitChain) *Request + func ToRequestQuery(req RequestQuery) *Request + func ToRequestQueryEx(req RequestQueryEx) *Request + func ToRequestRollback() *Request + func ToRequestSetOption(req RequestSetOption) *Request + func (*Request) Descriptor() ([]byte, []int) + func (*Request) ProtoMessage() + func (*Request) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *Request) GetBeginBlock() *RequestBeginBlock + func (m *Request) GetCheckTx() *RequestCheckTx + func (m *Request) GetCleanData() *RequestCleanData + 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) GetGenesis() *RequestGetGenesis + func (m *Request) GetInfo() *RequestInfo + func (m *Request) GetInitChain() *RequestInitChain + func (m *Request) GetQuery() *RequestQuery + func (m *Request) GetQueryEx() *RequestQueryEx + func (m *Request) GetRollback() *RequestRollback + func (m *Request) GetSetOption() *RequestSetOption + func (m *Request) GetValue() isRequest_Value + func (m *Request) Reset() + func (m *Request) String() string + type RequestBeginBlock struct + AbsentValidators []int32 + ByzantineValidators []Evidence + Hash []byte + Header Header + func (*RequestBeginBlock) Descriptor() ([]byte, []int) + func (*RequestBeginBlock) ProtoMessage() + func (m *RequestBeginBlock) GetAbsentValidators() []int32 + func (m *RequestBeginBlock) GetByzantineValidators() []Evidence + func (m *RequestBeginBlock) GetHash() []byte + func (m *RequestBeginBlock) GetHeader() Header + func (m *RequestBeginBlock) Reset() + func (m *RequestBeginBlock) String() string + type RequestCheckTx struct + Tx []byte + func (*RequestCheckTx) Descriptor() ([]byte, []int) + func (*RequestCheckTx) ProtoMessage() + func (m *RequestCheckTx) GetTx() []byte + func (m *RequestCheckTx) Reset() + func (m *RequestCheckTx) String() string + type RequestCleanData struct + func (*RequestCleanData) Descriptor() ([]byte, []int) + func (*RequestCleanData) ProtoMessage() + func (m *RequestCleanData) Reset() + func (m *RequestCleanData) String() string + type RequestCommit struct + func (*RequestCommit) Descriptor() ([]byte, []int) + func (*RequestCommit) ProtoMessage() + func (m *RequestCommit) Reset() + func (m *RequestCommit) String() string + type RequestDeliverTx struct + Tx []byte + func (*RequestDeliverTx) Descriptor() ([]byte, []int) + func (*RequestDeliverTx) ProtoMessage() + func (m *RequestDeliverTx) GetTx() []byte + func (m *RequestDeliverTx) Reset() + func (m *RequestDeliverTx) String() string + type RequestEcho struct + Message string + func (*RequestEcho) Descriptor() ([]byte, []int) + func (*RequestEcho) ProtoMessage() + func (m *RequestEcho) GetMessage() string + func (m *RequestEcho) Reset() + func (m *RequestEcho) String() string + type RequestEndBlock struct + Height int64 + func (*RequestEndBlock) Descriptor() ([]byte, []int) + func (*RequestEndBlock) ProtoMessage() + func (m *RequestEndBlock) GetHeight() int64 + func (m *RequestEndBlock) Reset() + func (m *RequestEndBlock) String() string + type RequestFlush struct + func (*RequestFlush) Descriptor() ([]byte, []int) + func (*RequestFlush) ProtoMessage() + func (m *RequestFlush) Reset() + func (m *RequestFlush) String() string + type RequestGetGenesis struct + func (*RequestGetGenesis) Descriptor() ([]byte, []int) + func (*RequestGetGenesis) ProtoMessage() + func (m *RequestGetGenesis) Reset() + func (m *RequestGetGenesis) String() string + type RequestInfo struct + Host string + Port string + Version string + func (*RequestInfo) Descriptor() ([]byte, []int) + func (*RequestInfo) ProtoMessage() + func (m *RequestInfo) GetVersion() string + func (m *RequestInfo) Reset() + func (m *RequestInfo) String() string + type RequestInitChain struct + AppStateBytes []byte + ChainId string + ChainVersion int64 + Validators []Validator + func (*RequestInitChain) Descriptor() ([]byte, []int) + func (*RequestInitChain) ProtoMessage() + func (m *RequestInitChain) GetAppStateBytes() []byte + func (m *RequestInitChain) GetValidators() []Validator + func (m *RequestInitChain) Reset() + func (m *RequestInitChain) String() string + 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) Reset() + func (m *RequestQuery) String() string + type RequestQueryEx struct + Path string + func (*RequestQueryEx) Descriptor() ([]byte, []int) + func (*RequestQueryEx) ProtoMessage() + func (m *RequestQueryEx) GetPath() string + func (m *RequestQueryEx) Reset() + func (m *RequestQueryEx) String() string + type RequestRollback struct + func (*RequestRollback) Descriptor() ([]byte, []int) + func (*RequestRollback) ProtoMessage() + func (m *RequestRollback) Reset() + func (m *RequestRollback) String() string + 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) Reset() + func (m *RequestSetOption) String() string + type Request_BeginBlock struct + BeginBlock *RequestBeginBlock + type Request_CheckTx struct + CheckTx *RequestCheckTx + type Request_CleanData struct + ClenaData *RequestCleanData + type Request_Commit struct + Commit *RequestCommit + type Request_DeliverTx struct + DeliverTx *RequestDeliverTx + type Request_Echo struct + Echo *RequestEcho + type Request_EndBlock struct + EndBlock *RequestEndBlock + type Request_Flush struct + Flush *RequestFlush + type Request_GetGenesis struct + GetGenesis *RequestGetGenesis + type Request_Info struct + Info *RequestInfo + type Request_InitChain struct + InitChain *RequestInitChain + type Request_Query struct + Query *RequestQuery + type Request_QueryEx struct + QueryEx *RequestQueryEx + type Request_Rollback struct + Rollback *RequestRollback + type Request_SetOption struct + SetOption *RequestSetOption + type Response struct + Value isResponse_Value + func ToResponseBeginBlock(res ResponseBeginBlock) *Response + func ToResponseCheckTx(res ResponseCheckTx) *Response + func ToResponseCleanData(res ResponseCleanData) *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 ToResponseGetGenesis(res ResponseGetGenesis) *Response + func ToResponseInfo(res ResponseInfo) *Response + func ToResponseInitChain(res ResponseInitChain) *Response + func ToResponseQuery(res ResponseQuery) *Response + func ToResponseQueryEx(res ResponseQueryEx) *Response + func ToResponseRollback(res ResponseRollback) *Response + func ToResponseSetOption(res ResponseSetOption) *Response + func (*Response) Descriptor() ([]byte, []int) + func (*Response) ProtoMessage() + func (*Response) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...) + func (m *Response) GetBeginBlock() *ResponseBeginBlock + func (m *Response) GetCheckTx() *ResponseCheckTx + func (m *Response) GetCleanData() *ResponseCleanData + 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) GetGenesis() *ResponseGetGenesis + func (m *Response) GetInfo() *ResponseInfo + func (m *Response) GetInitChain() *ResponseInitChain + func (m *Response) GetQuery() *ResponseQuery + func (m *Response) GetQueryEx() *ResponseQueryEx + func (m *Response) GetSetOption() *ResponseSetOption + func (m *Response) GetValue() isResponse_Value + func (m *Response) Reset() + func (m *Response) Rollback() *ResponseRollback + func (m *Response) String() string + type ResponseBeginBlock struct + Code uint32 + Log string + func (*ResponseBeginBlock) Descriptor() ([]byte, []int) + func (*ResponseBeginBlock) ProtoMessage() + func (m *ResponseBeginBlock) Reset() + func (m *ResponseBeginBlock) String() string + type ResponseCheckTx struct + Code uint32 + Data string + Fee uint64 + GasLimit uint64 + GasUsed uint64 + Height int64 + Info string + Log string + Tags []common.KVPair + TxHash common.HexBytes + func (*ResponseCheckTx) Descriptor() ([]byte, []int) + func (*ResponseCheckTx) ProtoMessage() + func (m *ResponseCheckTx) GetCode() uint32 + func (m *ResponseCheckTx) GetData() string + func (m *ResponseCheckTx) GetFee() uint64 + func (m *ResponseCheckTx) GetGasUsed() uint64 + func (m *ResponseCheckTx) GetGasWanted() uint64 + func (m *ResponseCheckTx) GetInfo() string + func (m *ResponseCheckTx) GetLog() string + func (m *ResponseCheckTx) GetTags() []common.KVPair + func (m *ResponseCheckTx) Reset() + func (m *ResponseCheckTx) String() string + func (r *ResponseCheckTx) UnmarshalJSON(b []byte) error + func (r ResponseCheckTx) IsErr() bool + func (r ResponseCheckTx) IsOK() bool + type ResponseCleanData struct + Code int64 + Log string + func (*ResponseCleanData) Descriptor() ([]byte, []int) + func (*ResponseCleanData) ProtoMessage() + func (m *ResponseCleanData) Reset() + func (m *ResponseCleanData) String() string + type ResponseCommit struct + AppState []byte + func (*ResponseCommit) Descriptor() ([]byte, []int) + func (*ResponseCommit) ProtoMessage() + func (m *ResponseCommit) GetFee() uint64 + func (m *ResponseCommit) GetHashLists() []crypto.Hash + func (m *ResponseCommit) GetLastAppHash() crypto.Hash + func (m *ResponseCommit) GetReward() []common.KVPair + func (m *ResponseCommit) Reset() + func (m *ResponseCommit) String() string + func (r *ResponseCommit) UnmarshalJSON(b []byte) error + type ResponseDeliverTx struct + Code uint32 + Data string + Fee uint64 + GasLimit uint64 + GasUsed uint64 + Height int64 + Info string + Log string + Tags []common.KVPair + TxHash common.HexBytes + func (*ResponseDeliverTx) Descriptor() ([]byte, []int) + func (*ResponseDeliverTx) ProtoMessage() + func (m *ResponseDeliverTx) GetCode() uint32 + func (m *ResponseDeliverTx) GetData() string + func (m *ResponseDeliverTx) GetFee() uint64 + func (m *ResponseDeliverTx) GetGasLimit() uint64 + func (m *ResponseDeliverTx) GetGasUsed() uint64 + func (m *ResponseDeliverTx) GetInfo() string + func (m *ResponseDeliverTx) GetLog() string + func (m *ResponseDeliverTx) GetTags() []common.KVPair + func (m *ResponseDeliverTx) Reset() + func (m *ResponseDeliverTx) String() string + 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) Reset() + func (m *ResponseEcho) String() string + type ResponseEndBlock struct + ChainVersion int64 + ConsensusParamUpdates *ConsensusParams + RewardAmount int64 + SCGenesis []*SideChainGenesis + ValidatorUpdates []Validator + func (*ResponseEndBlock) Descriptor() ([]byte, []int) + func (*ResponseEndBlock) ProtoMessage() + func (m *ResponseEndBlock) GetConsensusParamUpdates() *ConsensusParams + func (m *ResponseEndBlock) GetValidatorUpdates() []Validator + func (m *ResponseEndBlock) Reset() + func (m *ResponseEndBlock) String() string + type ResponseException struct + Error string + func (*ResponseException) Descriptor() ([]byte, []int) + func (*ResponseException) ProtoMessage() + func (m *ResponseException) GetError() string + func (m *ResponseException) Reset() + func (m *ResponseException) String() string + type ResponseFlush struct + func (*ResponseFlush) Descriptor() ([]byte, []int) + func (*ResponseFlush) ProtoMessage() + func (m *ResponseFlush) Reset() + func (m *ResponseFlush) String() string + type ResponseGetGenesis struct + Code int64 + Data []byte + Log string + func (*ResponseGetGenesis) Descriptor() ([]byte, []int) + func (*ResponseGetGenesis) ProtoMessage() + func (m *ResponseGetGenesis) Reset() + func (m *ResponseGetGenesis) String() string + type ResponseInfo struct + Data string + LastAppState []byte + LastBlockHeight int64 + Version string + func (*ResponseInfo) Descriptor() ([]byte, []int) + func (*ResponseInfo) ProtoMessage() + func (m *ResponseInfo) GetData() string + func (m *ResponseInfo) GetLastBlockAppHash() []byte + func (m *ResponseInfo) GetLastBlockHeight() int64 + func (m *ResponseInfo) GetVersion() string + func (m *ResponseInfo) Reset() + func (m *ResponseInfo) String() string + type ResponseInitChain struct + Code uint32 + GenAppState []byte + Log string + func (*ResponseInitChain) Descriptor() ([]byte, []int) + func (*ResponseInitChain) ProtoMessage() + func (m *ResponseInitChain) Reset() + func (m *ResponseInitChain) String() string + type ResponseQuery struct + Code uint32 + Height int64 + Index int64 + Info string + Key []byte + Log string + Proof []byte + Value []byte + func (*ResponseQuery) Descriptor() ([]byte, []int) + func (*ResponseQuery) ProtoMessage() + func (m *ResponseQuery) GetCode() uint32 + 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() []byte + func (m *ResponseQuery) GetValue() []byte + func (m *ResponseQuery) Reset() + func (m *ResponseQuery) String() string + func (r *ResponseQuery) UnmarshalJSON(b []byte) error + func (r ResponseQuery) IsErr() bool + func (r ResponseQuery) IsOK() bool + type ResponseQueryEx struct + Code uint32 + Height int64 + Index int64 + Info string + KeyValues []KeyValue + Log string + Proof []byte + func (*ResponseQueryEx) Descriptor() ([]byte, []int) + func (*ResponseQueryEx) ProtoMessage() + func (m *ResponseQueryEx) GetCode() uint32 + func (m *ResponseQueryEx) GetHeight() int64 + func (m *ResponseQueryEx) GetIndex() int64 + func (m *ResponseQueryEx) GetInfo() string + func (m *ResponseQueryEx) GetLog() string + func (m *ResponseQueryEx) GetProof() []byte + func (m *ResponseQueryEx) Reset() + func (m *ResponseQueryEx) String() string + func (r *ResponseQueryEx) UnmarshalJSON(b []byte) error + func (r ResponseQueryEx) IsErr() bool + func (r ResponseQueryEx) IsOK() bool + type ResponseRollback struct + Code int64 + Log string + func (*ResponseRollback) Descriptor() ([]byte, []int) + func (*ResponseRollback) ProtoMessage() + func (m *ResponseRollback) Reset() + func (m *ResponseRollback) String() string + 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) Reset() + func (m *ResponseSetOption) String() string + func (r *ResponseSetOption) UnmarshalJSON(b []byte) error + type Response_BeginBlock struct + BeginBlock *ResponseBeginBlock + type Response_CheckTx struct + CheckTx *ResponseCheckTx + type Response_CleanData struct + CleanData *ResponseCleanData + type Response_Commit struct + Commit *ResponseCommit + type Response_DeliverTx struct + DeliverTx *ResponseDeliverTx + type Response_Echo struct + Echo *ResponseEcho + type Response_EndBlock struct + EndBlock *ResponseEndBlock + type Response_Exception struct + Exception *ResponseException + type Response_Flush struct + Flush *ResponseFlush + type Response_GetGenesis struct + Genesis *ResponseGetGenesis + type Response_Info struct + Info *ResponseInfo + type Response_InitChain struct + InitChain *ResponseInitChain + type Response_Query struct + Query *ResponseQuery + type Response_QueryEx struct + QueryEx *ResponseQueryEx + type Response_Rollback struct + Rollback *ResponseRollback + type Response_SetOption struct + SetOption *ResponseSetOption + type SideChainGenesis struct + ContractData []ContractData + GenesisInfo string + SideChainID string + Validators []Validator + func (*SideChainGenesis) Descriptor() ([]byte, []int) + func (*SideChainGenesis) ProtoMessage() + func (m *SideChainGenesis) Reset() + func (m *SideChainGenesis) String() string + type TxSize struct + MaxBytes int32 + MaxGas int64 + func (*TxSize) Descriptor() ([]byte, []int) + func (*TxSize) ProtoMessage() + func (m *TxSize) GetMaxBytes() int32 + func (m *TxSize) GetMaxGas() int64 + func (m *TxSize) Reset() + func (m *TxSize) String() string + type Validator struct + Name string + Power uint64 + PubKey []byte + RewardAddr string + func (*Validator) Descriptor() ([]byte, []int) + func (*Validator) ProtoMessage() + func (m *Validator) GetPower() uint64 + func (m *Validator) GetPubKey() []byte + func (m *Validator) Reset() + func (m *Validator) String() string + type Validators []Validator + func (v Validators) Len() int + func (v Validators) Less(i, j int) bool + func (v Validators) Swap(i, j int)