Expand description
Entrypoint implementations for account and multi-call transactions.
Re-exports§
pub use account_entrypoint::AccountFeePaymentMethodOptions;pub use account_entrypoint::DefaultAccountEntrypoint;pub use account_entrypoint::DefaultAccountEntrypointOptions;pub use encoding::EncodedAppEntrypointCalls;pub use encoding::APP_MAX_CALLS;pub use multi_call_entrypoint::DefaultMultiCallEntrypoint;
Modules§
- account_
entrypoint - Default account entrypoint — wraps calls through the account contract.
- encoding
- Entrypoint call encoding for account and multi-call entrypoints.
- multi_
call_ entrypoint - Default multi-call entrypoint for unsigned transactions.