Module account_provider

Module account_provider 

Source
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ยง

AccountProvider
Provides account operations needed by BaseWallet.