evmos.proto.autogen.py.cosmos.store.streaming.abci
Classes
|
|
|
ListenCommitRequest is the request type for the ListenCommit RPC method |
ListenCommitResponse is the response type for the ListenCommit RPC method |
|
|
ListenEndBlockRequest is the request type for the ListenEndBlock RPC method |
ListenEndBlockResponse is the response type for the ListenEndBlock RPC method |
- class evmos.proto.autogen.py.cosmos.store.streaming.abci.AbciListenerServiceBase[source]
Bases:
ServiceBase- async listen_commit(listen_commit_request: ListenCommitRequest) ListenCommitResponse[source]
- async listen_finalize_block(listen_finalize_block_request: ListenFinalizeBlockRequest) ListenFinalizeBlockResponse[source]
- class evmos.proto.autogen.py.cosmos.store.streaming.abci.AbciListenerServiceStub(channel: Channel, *, timeout: float | None = None, deadline: Deadline | None = None, metadata: Mapping[str, str | bytes] | Collection[Tuple[str, str | bytes]] | None = None)[source]
Bases:
ServiceStub- async listen_commit(listen_commit_request: ListenCommitRequest, *, timeout: float | None = None, deadline: Deadline | None = None, metadata: MetadataLike | None = None) ListenCommitResponse[source]
- async listen_finalize_block(listen_finalize_block_request: ListenFinalizeBlockRequest, *, timeout: float | None = None, deadline: Deadline | None = None, metadata: MetadataLike | None = None) ListenFinalizeBlockResponse[source]
- class evmos.proto.autogen.py.cosmos.store.streaming.abci.ListenCommitRequest(block_height: int = <object object>, res: ~evmos.proto.autogen.py.tendermint.abci.ResponseCommit = <object object>, change_set: ~typing.List[~evmos.proto.autogen.py.cosmos.store.v1beta1.StoreKvPair] = <object object>)[source]
Bases:
MessageListenCommitRequest is the request type for the ListenCommit RPC method
- block_height: int = <object object>
explicitly pass in block height as ResponseCommit does not contain this info
- change_set: List[StoreKvPair] = <object object>
- res: ResponseCommit = <object object>
- class evmos.proto.autogen.py.cosmos.store.streaming.abci.ListenCommitResponse[source]
Bases:
MessageListenCommitResponse is the response type for the ListenCommit RPC method
- class evmos.proto.autogen.py.cosmos.store.streaming.abci.ListenFinalizeBlockRequest(req: ~evmos.proto.autogen.py.tendermint.abci.RequestFinalizeBlock = <object object>, res: ~evmos.proto.autogen.py.tendermint.abci.ResponseFinalizeBlock = <object object>)[source]
Bases:
MessageListenEndBlockRequest is the request type for the ListenEndBlock RPC method
- req: RequestFinalizeBlock = <object object>
- res: ResponseFinalizeBlock = <object object>