Expand description
Account abstractions and deployment helpers.
Re-exports§
pub use authorization::CallAuthorizationRequest;pub use entrypoint::AccountFeePaymentMethodOptions;pub use entrypoint::DefaultAccountEntrypoint;pub use entrypoint::DefaultAccountEntrypointOptions;pub use entrypoint::DefaultMultiCallEntrypoint;pub use entrypoint::EncodedAppEntrypointCalls;pub use meta_payment::AccountEntrypointMetaPaymentMethod;pub use schnorr::SchnorrAccountContract;pub use signerless::SignerlessAccount;pub use single_account_provider::SingleAccountProvider;pub use account::*;
Modules§
- abi
- account
- authorization
- Authorization request types for authwit scenarios.
- entrypoint
- Entrypoint implementations for account and multi-call transactions.
- error
- fee
- meta_
payment - Meta payment method that routes fee payment through an account entrypoint.
- schnorr
- Schnorr account contract — a real account implementation with Schnorr signing.
- signerless
- Signerless account for unsigned transactions.
- single_
account_ provider - A simple
AccountProviderthat manages a single account. - tx
- types
- wallet
Enums§
- Error
- Crate-level error type for aztec-rs.