evmos.proto.autogen.py.cosmos.base.tendermint.v1beta1
Classes
|
GetBlockByHeightRequest is the request type for the Query/GetBlockByHeight RPC method. |
|
GetBlockByHeightResponse is the response type for the Query/GetBlockByHeight RPC method. |
GetLatestBlockRequest is the request type for the Query/GetLatestBlock RPC method. |
|
|
GetLatestBlockResponse is the response type for the Query/GetLatestBlock RPC method. |
|
GetLatestValidatorSetRequest is the request type for the Query/GetValidatorSetByHeight RPC method. |
|
GetLatestValidatorSetResponse is the response type for the Query/GetValidatorSetByHeight RPC method. |
GetNodeInfoRequest is the request type for the Query/GetNodeInfo RPC method. |
|
|
GetNodeInfoResponse is the request type for the Query/GetNodeInfo RPC method. |
GetSyncingRequest is the request type for the Query/GetSyncing RPC method. |
|
|
GetSyncingResponse is the response type for the Query/GetSyncing RPC method. |
|
GetValidatorSetByHeightRequest is the request type for the Query/GetValidatorSetByHeight RPC method. |
GetValidatorSetByHeightResponse is the response type for the Query/GetValidatorSetByHeight RPC method. |
|
|
Module is the type for VersionInfo |
|
|
|
Validator is the type for the validator-set. |
|
VersionInfo is the type for the GetNodeInfoResponse message. |
- class evmos.proto.autogen.py.cosmos.base.tendermint.v1beta1.GetBlockByHeightRequest(height: int = <object object>)[source]
Bases:
MessageGetBlockByHeightRequest is the request type for the Query/GetBlockByHeight RPC method.
- class evmos.proto.autogen.py.cosmos.base.tendermint.v1beta1.GetBlockByHeightResponse(block_id: ~evmos.proto.autogen.py.tendermint.types.BlockId = <object object>, block: ~evmos.proto.autogen.py.tendermint.types.Block = <object object>)[source]
Bases:
MessageGetBlockByHeightResponse is the response type for the Query/GetBlockByHeight RPC method.
- class evmos.proto.autogen.py.cosmos.base.tendermint.v1beta1.GetLatestBlockRequest[source]
Bases:
MessageGetLatestBlockRequest is the request type for the Query/GetLatestBlock RPC method.
- class evmos.proto.autogen.py.cosmos.base.tendermint.v1beta1.GetLatestBlockResponse(block_id: ~evmos.proto.autogen.py.tendermint.types.BlockId = <object object>, block: ~evmos.proto.autogen.py.tendermint.types.Block = <object object>)[source]
Bases:
MessageGetLatestBlockResponse is the response type for the Query/GetLatestBlock RPC method.
- class evmos.proto.autogen.py.cosmos.base.tendermint.v1beta1.GetLatestValidatorSetRequest(pagination: ~evmos.proto.autogen.py.cosmos.base.query.v1beta1.PageRequest = <object object>)[source]
Bases:
MessageGetLatestValidatorSetRequest is the request type for the Query/GetValidatorSetByHeight RPC method.
- pagination: PageRequest = <object object>
pagination defines an pagination for the request.
- class evmos.proto.autogen.py.cosmos.base.tendermint.v1beta1.GetLatestValidatorSetResponse(block_height: int = <object object>, validators: ~typing.List[~evmos.proto.autogen.py.cosmos.base.tendermint.v1beta1.Validator] = <object object>, pagination: ~evmos.proto.autogen.py.cosmos.base.query.v1beta1.PageResponse = <object object>)[source]
Bases:
MessageGetLatestValidatorSetResponse is the response type for the Query/GetValidatorSetByHeight RPC method.
- pagination: PageResponse = <object object>
pagination defines an pagination for the response.
- class evmos.proto.autogen.py.cosmos.base.tendermint.v1beta1.GetNodeInfoRequest[source]
Bases:
MessageGetNodeInfoRequest is the request type for the Query/GetNodeInfo RPC method.
- class evmos.proto.autogen.py.cosmos.base.tendermint.v1beta1.GetNodeInfoResponse(default_node_info: ~evmos.proto.autogen.py.tendermint.p2p.DefaultNodeInfo = <object object>, application_version: ~evmos.proto.autogen.py.cosmos.base.tendermint.v1beta1.VersionInfo = <object object>)[source]
Bases:
MessageGetNodeInfoResponse is the request type for the Query/GetNodeInfo RPC method.
- application_version: VersionInfo = <object object>
- default_node_info: DefaultNodeInfo = <object object>
- class evmos.proto.autogen.py.cosmos.base.tendermint.v1beta1.GetSyncingRequest[source]
Bases:
MessageGetSyncingRequest is the request type for the Query/GetSyncing RPC method.
- class evmos.proto.autogen.py.cosmos.base.tendermint.v1beta1.GetSyncingResponse(syncing: bool = <object object>)[source]
Bases:
MessageGetSyncingResponse is the response type for the Query/GetSyncing RPC method.
- class evmos.proto.autogen.py.cosmos.base.tendermint.v1beta1.GetValidatorSetByHeightRequest(height: int = <object object>, pagination: ~evmos.proto.autogen.py.cosmos.base.query.v1beta1.PageRequest = <object object>)[source]
Bases:
MessageGetValidatorSetByHeightRequest is the request type for the Query/GetValidatorSetByHeight RPC method.
- pagination: PageRequest = <object object>
pagination defines an pagination for the request.
- class evmos.proto.autogen.py.cosmos.base.tendermint.v1beta1.GetValidatorSetByHeightResponse(block_height: int = <object object>, validators: ~typing.List[~evmos.proto.autogen.py.cosmos.base.tendermint.v1beta1.Validator] = <object object>, pagination: ~evmos.proto.autogen.py.cosmos.base.query.v1beta1.PageResponse = <object object>)[source]
Bases:
MessageGetValidatorSetByHeightResponse is the response type for the Query/GetValidatorSetByHeight RPC method.
- pagination: PageResponse = <object object>
pagination defines an pagination for the response.
- class evmos.proto.autogen.py.cosmos.base.tendermint.v1beta1.Module(path: str = <object object>, version: str = <object object>, sum: str = <object object>)[source]
Bases:
MessageModule is the type for VersionInfo
- class evmos.proto.autogen.py.cosmos.base.tendermint.v1beta1.ServiceBase[source]
Bases:
ServiceBase- async get_block_by_height(get_block_by_height_request: GetBlockByHeightRequest) GetBlockByHeightResponse[source]
- async get_latest_block(get_latest_block_request: GetLatestBlockRequest) GetLatestBlockResponse[source]
- async get_latest_validator_set(get_latest_validator_set_request: GetLatestValidatorSetRequest) GetLatestValidatorSetResponse[source]
- async get_node_info(get_node_info_request: GetNodeInfoRequest) GetNodeInfoResponse[source]
- async get_syncing(get_syncing_request: GetSyncingRequest) GetSyncingResponse[source]
- async get_validator_set_by_height(get_validator_set_by_height_request: GetValidatorSetByHeightRequest) GetValidatorSetByHeightResponse[source]
- class evmos.proto.autogen.py.cosmos.base.tendermint.v1beta1.ServiceStub(channel: Channel, *, timeout: Optional[float] = None, deadline: Optional[Deadline] = None, metadata: Optional[Union[Mapping[str, Union[str, bytes]], Collection[Tuple[str, Union[str, bytes]]]]] = None)[source]
Bases:
ServiceStub- async get_block_by_height(get_block_by_height_request: GetBlockByHeightRequest, *, timeout: Optional[float] = None, deadline: Optional[Deadline] = None, metadata: Optional[MetadataLike] = None) GetBlockByHeightResponse[source]
- async get_latest_block(get_latest_block_request: GetLatestBlockRequest, *, timeout: Optional[float] = None, deadline: Optional[Deadline] = None, metadata: Optional[MetadataLike] = None) GetLatestBlockResponse[source]
- async get_latest_validator_set(get_latest_validator_set_request: GetLatestValidatorSetRequest, *, timeout: Optional[float] = None, deadline: Optional[Deadline] = None, metadata: Optional[MetadataLike] = None) GetLatestValidatorSetResponse[source]
- async get_node_info(get_node_info_request: GetNodeInfoRequest, *, timeout: Optional[float] = None, deadline: Optional[Deadline] = None, metadata: Optional[MetadataLike] = None) GetNodeInfoResponse[source]
- async get_syncing(get_syncing_request: GetSyncingRequest, *, timeout: Optional[float] = None, deadline: Optional[Deadline] = None, metadata: Optional[MetadataLike] = None) GetSyncingResponse[source]
- async get_validator_set_by_height(get_validator_set_by_height_request: GetValidatorSetByHeightRequest, *, timeout: Optional[float] = None, deadline: Optional[Deadline] = None, metadata: Optional[MetadataLike] = None) GetValidatorSetByHeightResponse[source]
- class evmos.proto.autogen.py.cosmos.base.tendermint.v1beta1.Validator(address: str = <object object>, pub_key: ~betterproto.lib.google.protobuf.Any = <object object>, voting_power: int = <object object>, proposer_priority: int = <object object>)[source]
Bases:
MessageValidator is the type for the validator-set.
- pub_key: Any = <object object>
- class evmos.proto.autogen.py.cosmos.base.tendermint.v1beta1.VersionInfo(name: str = <object object>, app_name: str = <object object>, version: str = <object object>, git_commit: str = <object object>, build_tags: str = <object object>, go_version: str = <object object>, build_deps: ~typing.List[~evmos.proto.autogen.py.cosmos.base.tendermint.v1beta1.Module] = <object object>, cosmos_sdk_version: str = <object object>)[source]
Bases:
MessageVersionInfo is the type for the GetNodeInfoResponse message.