xssnick / tonutils-go

TON SDK Library in pure Golang for interacting with The Open Network ecosystem using native protocols, such as ADNL, RLDP and etc.
Apache License 2.0
464 stars 95 forks source link

docs: NFT example code fix (InvalidIfaceAssign) #183

Closed andreyxdd closed 4 months ago

andreyxdd commented 4 months ago

Fixing minor inaccuracy in the sample NFT code snippet:

cannot use nftContentCell (variable of type cell.Cell) as nft.ContentAny value in argument to collection.GetNFTContent: cell.Cell does not implement nft.ContentAny (missing method ContentCell) compiler InvalidIfaceAssign

xssnick commented 4 months ago

Thank you :)