Skip to content

Commit

Permalink
Add missing AssetMetadata type
Browse files Browse the repository at this point in the history
  • Loading branch information
danroc committed Jan 14, 2025
1 parent 16bea28 commit fb45e98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SIPS/sip-29.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,9 @@ type FungibleAssetMetadata = {
// List of asset units.
units: FungibleAssetUnit[];
};

// Represents the metadata of an asset.
type AssetMetadata = FungibleAssetMetadata
```
## Backwards compatibility
Expand Down

0 comments on commit fb45e98

Please sign in to comment.