Module encoding

Module encoding 

Source
Expand description

Entrypoint call encoding for account and multi-call entrypoints.

Ports the EncodedAppEntrypointCalls logic from the upstream TS yarn-project/entrypoints/src/encoding.ts.

Structs§

EncodedAppEntrypointCalls
Encoded entrypoint calls ready for hashing and field serialization.
EncodedCallView
Borrowed view of an encoded function call.

Constants§

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