diff --git a/SIPS/sip-29.md b/SIPS/sip-29.md index 472dcb8..ec0d163 100644 --- a/SIPS/sip-29.md +++ b/SIPS/sip-29.md @@ -217,6 +217,9 @@ type FungibleAssetMetadata = { // List of asset units. units: FungibleAssetUnit[]; }; + +// Represents the metadata of an asset. +type AssetMetadata = FungibleAssetMetadata ``` ## Backwards compatibility