Skip to content

Commit

Permalink
add fungible reference to asset description
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeRx committed Dec 6, 2024
1 parent d2a58d3 commit f9ea84b
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 @@ -135,6 +135,9 @@ type AssetDescription = {
// Whether the asset is native to the chain.
isNative: boolean;

// Whether the asset if fungible.
isFungible: boolean;

// Base64 representation of the asset icon.
iconBase64: string;

Expand Down

0 comments on commit f9ea84b

Please sign in to comment.