v0.17: TonRecipes
New TonRecipes
static class with read-to-use one-liners, e.g.:
TonRecipes.RootDns.GetNftAddress
to get DNS NFT Contract address fromsomething.ton
domain name;TonRecipes.RootDns.GetOwner
to get owner of DNS NFT by it's address;TonRecipes.RootDns.GetAllInfo
to load all information from DNS NFT smartcontract data and parse to separate ready-to-use fields;- Other RootDns methods;
- Similar
TonRecipes.Telemint
class to work with*.t.me
NFTs;