aleph_client package¶
Subpackages¶
- aleph_client.chains package
- Submodules
- aleph_client.chains.common module
- aleph_client.chains.cosmos module
- aleph_client.chains.ethereum module
- aleph_client.chains.nuls1 module
- aleph_client.chains.nuls2 module
- aleph_client.chains.remote module
- aleph_client.chains.sol module
- aleph_client.chains.substrate module
- aleph_client.chains.tezos module
- Module contents
- aleph_client.commands package
- aleph_client.vm package
Submodules¶
aleph_client.account module¶
aleph_client.asynchronous module¶
aleph_client.conf module¶
aleph_client.exceptions module¶
-
exception
aleph_client.exceptions.BroadcastError[source]¶ Bases:
ExceptionData could not be broadcast to the Aleph network.
-
exception
aleph_client.exceptions.InvalidMessageError[source]¶ Bases:
aleph_client.exceptions.BroadcastErrorThe message could not be broadcast because it does not follow the Aleph message specification.
-
exception
aleph_client.exceptions.MessageNotFoundError[source]¶ Bases:
aleph_client.exceptions.QueryErrorA message was expected but could not be found.
-
exception
aleph_client.exceptions.MultipleMessagesError[source]¶ Bases:
aleph_client.exceptions.QueryErrorMultiple messages were found when a single message is expected.
-
exception
aleph_client.exceptions.QueryError[source]¶ Bases:
abc.ABC,ValueErrorThe result of an API query is inconsistent.