Expand description
Entrypoint implementations for account and multi-call transactions.
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.
Structs§
- Default
Account Entrypoint - Standard account entrypoint — wraps calls through the account contract.
- Default
Account Entrypoint Options - Options for
DefaultAccountEntrypoint. - Default
Multi Call Entrypoint - Multi-call entrypoint for unsigned transactions.
- Encoded
AppEntrypoint Calls - Encoded entrypoint calls ready for hashing and field serialization.
Enums§
- Account
FeePayment Method Options - Fee payment method options for account entrypoints.
Constants§
- APP_
MAX_ CALLS - Maximum number of function calls in a single entrypoint payload.