macro_rules! plutus_data {
($bytes:literal $(,)?) => { ... };
}Expand description
Construct a PlutusData from a serialised CBOR hex-encoded string.
See also:
macro_rules! plutus_data {
($bytes:literal $(,)?) => { ... };
}Construct a PlutusData from a serialised CBOR hex-encoded string.
See also: