Instance of the AlgorandClient used for network interactions.
Optional
appId?: bigintOptional identifier for the associated application on the Algorand blockchain.
When provided, the appId
is used to identify the application state managed by the store.
Otherwise, the store will attempt to deploy a new contract.
Represents a smart contract wallet capable of signing transactions.
A Deployer
is critical for managing interactions with Algorand smart contracts. It
facilitates operations such as deploying and interacting with applications by ensuring
all transactions are signed appropriately. See AppDeployer
for more information
Optional
options?: TOptional additional configuration or options specific to the use case.
Represents the parameters required for initializing and interacting with the
StoreKit
library.