[][src]Type Definition elrond_wasm::io::arg_types::ArgId

type ArgId = &'static [u8];

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.