Exemplo n.º 1
0
        public async Task GetAccountByAddress()
        {
            ApiResponse response = await AccountsApi.GetAccountByAddress("fiiitPBzhdXC28KrsbFiF6S6YnDdWX5WEGf5Z5");

            Assert.IsFalse(response.HasError);
            AccountInfo result = response.GetResult <AccountInfo>();

            Assert.IsNotNull(result);
        }