Skip to content

plugins.aea-ledger-fetchai.aea_ledger_fetchai.fetchai

Fetchai module wrapping the public and private key cryptography and ledger api.

FetchAIHelper Objects

class FetchAIHelper(CosmosHelper)

Helper class usable as Mixin for FetchAIApi or as standalone class.

FetchAICrypto Objects

class FetchAICrypto(CosmosCrypto)

Class wrapping the Entity Generation from Fetch.AI ledger.

FetchAIApi Objects

class FetchAIApi(_CosmosApi,  FetchAIHelper)

Class to interact with the Fetch ledger APIs.

__init__

 | __init__(**kwargs: Any) -> None

Initialize the Fetch.ai ledger APIs.

FetchAIFaucetApi Objects

class FetchAIFaucetApi(CosmosFaucetApi)

Fetchai testnet faucet API.

Back to top