js icon indicating copy to clipboard operation
js copied to clipboard

Override `JsonMetadata` Type

Open callensm opened this issue 2 years ago • 0 comments

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.

callensm avatar Oct 05 '22 14:10 callensm