Crate cml_cip25

Crate cml_cip25 

Source

Re-exports§

pub use utils::CIP25LabelMetadata;
pub use utils::CIP25Version;

Modules§

serialization
utils

Structs§

CIP25FilesDetails
CIP25Metadata
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.
CIP25MetadataDetails
CIP25String64
DeserializeError

Enums§

ArithmeticError
CIP25ChunkableString
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:
DeserializeFailure
Key