Esempio n. 1
0
        public async Task <ID> RecoverIDAsync()
        {
            FactoryService  factory   = new FactoryService(Web3, AccountService.PrivateKey, _factoryAddress);
            RegistryService registry  = new RegistryService(Web3, AccountService.PrivateKey, await factory.RegistryAsyncCall());
            string          idAddress = await registry.IdsAsyncCall(AccountService.GetAccountAddress());

            return(await GetIDAsync(idAddress));
        }