telemint icon indicating copy to clipboard operation
telemint copied to clipboard

just_thot: tokens might collide

Open Whynotsavage opened this issue 1 year ago • 2 comments

would not the tokens declared in the messages such as TeleitemAuctionConfig , TelemintText , TeleitemAuctionConfig, NftRoyaltyParams , TelemintTokenInfo collide with each other such as [nft-item.fc], [nft-collection.fc] [common.fc] present in internal/external messages? or is it neglected as they're messages in the interface !

(if this is just irrelvant we'll just delete this issue)

Whynotsavage avatar Oct 22 '22 16:10 Whynotsavage

TeleitemAuctionConfig , TelemintText and others are not internal messages. They are just stored inside internal messages. And when we parse TeleitemAuctionConfig inside a message, we always know that we expect TeleitemAuctionConfig and not something else.

arseny30 avatar Oct 22 '22 17:10 arseny30

TeleitemAuctionConfig , TelemintText and others are not internal messages. They are just stored inside internal messages. And when we parse TeleitemAuctionConfig inside a message, we always know that we expect TeleitemAuctionConfig and not something else.

Aight😅

Whynotsavage avatar Oct 22 '22 17:10 Whynotsavage