js
js copied to clipboard
Override `JsonMetadata` Type
Is there a way to provide a custom JSON blob type
to the result of any of the NFT module functions? All of the resulting Nft
, NftWithToken
, etc types force assertion of the JsonMetadata<string>
type which doesn't work for modified JSON blob structures.