Exemplo n.º 1
0
        public async Task GetForgedByAccountErrorAsyncTest()
        {
            var forgedByAccount = await DelegateService.GetForgedByAccountAsync("ErrorKey");

            GetForgedByAccountErrorResultTest(forgedByAccount);
        }
Exemplo n.º 2
0
        public async Task GetForgedByAccountAsyncTest()
        {
            var forgedByAccount = await DelegateService.GetForgedByAccountAsync(_pubKey);

            GetForgedByAccountResultTest(forgedByAccount);
        }