AlgorandClient
AlgorandClient
Section titled “AlgorandClient”The main entry point for interacting with the Algorand blockchain.
Class Methods
Section titled “Class Methods”default_local_net()
Section titled “default_local_net()”Creates a client configured for the default LocalNet.
@classmethoddef default_local_net(cls) -> AlgorandClienttest_net()
Section titled “test_net()”Creates a client configured for TestNet.
@classmethoddef test_net(cls) -> AlgorandClientmain_net()
Section titled “main_net()”Creates a client configured for MainNet.
@classmethoddef main_net(cls) -> AlgorandClientInstance Properties
Section titled “Instance Properties”account
Section titled “account”Account management utilities.
Transaction sending utilities.
client
Section titled “client”Access to underlying algod and indexer clients.