Expand description
Account provider abstraction for wallet implementations.
The AccountProvider trait decouples wallet implementations from specific
account types. It provides a bridge between the account abstraction layer
(which knows about secret keys, entrypoints, and signing) and the wallet
layer (which coordinates PXE and node interactions).
Traitsยง
- Account
Provider - Provides account operations needed by
BaseWallet.