Module sbor::encoded_wrappers

source ·
Expand description

SBOR payload wrappers. These are new types around an encoded payload or sub-payload, with helper methods / traits implemented. They can be used as a more efficient wrapper a ScryptoValue if the content of that value is not needed.

Structs§

  • A wrapper for a full encoded SBOR payload, including the prefix byte.
  • A wrapper for a reference to a valid partial SBOR payload representing a single value.