Re-exports§
pub use utils::CIP25LabelMetadata;pub use utils::CIP25Version;
Modules§
Structs§
- CIP25
Files Details - CIP25
Metadata - This is the entire metadata schema for CIP-25 It can be parsed by passing in the CBOR bytes of the entire transaction metadata or by passing in an existing Metadata struct. Parsing from CBOR bytes should be marginally faster.
- CIP25
Metadata Details - CIP25
String64 - Deserialize
Error
Enums§
- Arithmetic
Error - CIP25
Chunkable String - A String that may or may not be chunked into 64-byte chunks to be able to conform to Cardano TX Metadata limitations. Unless you have good reasons, you should be using the From<&str> trait to construct this:
- Deserialize
Failure - Key