Crate multiversx_sc_codec

source ·

Re-exports§

Modules§

Macros§

Structs§

  • The simplest error handler, it simply passes the error on.
  • Empty structure with an empty bytes representation. Equivalent to false, 0 or [u8; 0], but more explicit.
  • A nested decode buffer that owns its data.
  • An error handler that panics immediately, instead of returning a Result.
  • Reexport needed by derive. A contiguous growable array type, written as Vec<T>, short for ‘vector’.

Traits§

Functions§