aleph_client 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: Exception

Data could not be broadcast to the Aleph network.

exception aleph_client.exceptions.InvalidMessageError[source]

Bases: aleph_client.exceptions.BroadcastError

The message could not be broadcast because it does not follow the Aleph message specification.

exception aleph_client.exceptions.MessageNotFoundError[source]

Bases: aleph_client.exceptions.QueryError

A message was expected but could not be found.

exception aleph_client.exceptions.MultipleMessagesError[source]

Bases: aleph_client.exceptions.QueryError

Multiple messages were found when a single message is expected.

exception aleph_client.exceptions.QueryError[source]

Bases: abc.ABC, ValueError

The result of an API query is inconsistent.

aleph_client.main module

aleph_client.models module

aleph_client.synchronous module

aleph_client.types module

aleph_client.utils module

Module contents