Structs

Adapter from the API to the TopDecodeInput trait. Allows objects to be deserialized directly from the API as arguments.

Some info to display in endpoint argument deserialization error messages, to help users identify the faulty argument. Generated automatically. Current version uses argument names, but in principle it could be changed to argument index to save some bytes from the wasm output.

Consumes a vector of BoxedBytes and deserializes from the vector one by one.

Functions

Inserted everywhere an endpoint has a #[var_args] annotation.