Represents an instance of the Algorand client used for interacting with the Algorand blockchain. The client provides functionalities to connect to the network, submit transactions, retrieve account information, and manage blockchain-related operations.
This variable is initialized with the required configuration and network details to establish communication with the desired Algorand network.
Represents the unique identifier of an application. This identifier is a BigInt value and is typically used for referencing and distinguishing one application instance from another within the AVM.
OptionalconcurrencyThe maximum number of concurrent operations allowed. This optional parameter defines the upper limit for tasks or processes that can run simultaneously.
OptionalreadThe Algorand address for reading
OptionalwriteAn optional property representing a signer account used for writing or authorizing transactions.
Represents the configuration options for initializing the Abel SDK.