Open
Description
...
receive(msg: GetStaticData) {
throwUnless(NotInit, self.owner != null);
sendMsg(sender(), 0, ReportStaticData, msg.queryId, beginCell().storeUint(self.itemIndex, 256).storeAddress(self.collectionAddress), SendRemainingValue); // implementation detail
}
...
./bin/tact-fmt.js -w src/benchmarks/contracts/nft-item.tact
nft-item.tact 29ms (unchanged)