Crate aztec_account

Crate aztec_account 

Source
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 AccountProvider that manages a single account.
tx
types
wallet

Enums§

Error
Crate-level error type for aztec-rs.