Expand description
RGB121 library for working with fungible asset types, operating under schemata, defined with LNPBP-121 standard:
- Root RGB121 schema, returned by
schema::schema()with idSCHEMA_ID_BECH32 - RGB121 subschema, returned by
schema::subschema(), prohibiting asset replacement procedure and having idSUBSCHEMA_ID_BECH32 - High-level RGB121 API performing asset issuance, transfers and other asset-management operations
Structs§
- Asset
- RGB121 asset information.
- File
Attachment - File to attach to genesis transition
Enums§
- Create
Error - Errors generated during RGB121 asset creation
- Error
- Errors generated during RGB121 asset information parsing from the underlying genesis or consignment data
- Field
Type - Field types for RGB121 schemata
- Owned
Right Type - Owned right types used by RGB121 schemata
Constants§
- SCHEMA_
ID_ BECH32 - Schema identifier for full RGB121 fungible asset
- SUBSCHEMA_
ID_ BECH32 - Schema identifier for full RGB121 fungible asset subschema prohibiting engraving operation
Traits§
- Rgb121
- Extension trait for consignments defining RGB121-specific API.