ποΈWalletManager API
Public methods and properties of the WalletManager class
class WalletManager {
constructor({
wallets: Array<T | WalletIdConfig<T>>,
network?: NetworkId,
algod?: NetworkConfig
}: WalletManagerConstructor)
}Public Methods
subscribe
subscribe(callback: (state: State) => void): (() => void)setActiveNetwork
setActiveNetwork(network: NetworkId): voidgetWallet
resumeSessions
Public Properties
wallets
activeNetwork
algodClient
activeWallet
activeWalletAccounts
activeWalletAddresses
activeAccount
activeAddress
signTransactions
transactionSigner
Last updated