macro_rules! state_args_encoded {
    () => { ... };
    ($single:expr) => { ... };
    ($($multiple:expr),*) => { ... };
}
Expand description

Construct encoded state arguments.

Used for reading the program’s transformed state as a byte vector, see Program::read_state_bytes_using_wasm for example.