algofi_client

class algofipy.algofi_client.AlgofiClient(network, algod, indexer)

Bases: object

get_user(address)

Creates an AlgofiUser object for specific address

Parameters:

address (str) – string address of the user primary wallet

Returns:

Python representation of the algofi user

Return type:

AlgofiUser