Macro sewup_derive::ewasm_storage_debug[][src]

ewasm_storage_debug!() { /* proc-macro */ }
Expand description

helps you inspect the storage in test this will print out the detail of storage, you can add description on the storage debug or leave it empty

ewasm_storage_debug!();
ewasm_storage_debug!(description);