plutus_ledger_api

Module plutus_data

Source
Expand description

Plutus Data related types and traits

Enums§

Traits§

Functions§

  • Deserialise a Plutus data using parsers for each variant
  • Given a PlutusData, parse it as PlutusData::Constr and its tag as u32. Return the u32 tag and fields.
  • Given a PlutusData, parse it as PlutusData::Constr and verify its tag.
  • Given a vector of PlutusData, parse it as an array whose length is known at compile time.
  • Given a PlutusData, parse it as PlutusData::List. Return the plutus data list.

Derive Macros§