v0.17: TonRecipes
New TonRecipes static class with read-to-use one-liners, e.g.:
TonRecipes.RootDns.GetNftAddressto get DNS NFT Contract address fromsomething.tondomain name;TonRecipes.RootDns.GetOwnerto get owner of DNS NFT by it's address;TonRecipes.RootDns.GetAllInfoto load all information from DNS NFT smartcontract data and parse to separate ready-to-use fields;- Other RootDns methods;
- Similar
TonRecipes.Telemintclass to work with*.t.meNFTs;