Module entrypoint

Module entrypoint 

Source
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§

DefaultAccountEntrypoint
Standard account entrypoint — wraps calls through the account contract.
DefaultAccountEntrypointOptions
Options for DefaultAccountEntrypoint.
DefaultMultiCallEntrypoint
Multi-call entrypoint for unsigned transactions.
EncodedAppEntrypointCalls
Encoded entrypoint calls ready for hashing and field serialization.

Enums§

AccountFeePaymentMethodOptions
Fee payment method options for account entrypoints.

Constants§

APP_MAX_CALLS
Maximum number of function calls in a single entrypoint payload.