Module entrypoint

Module entrypoint 

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