Ejemplo n.º 1
0
        public void GetListTest()
        {
            var response = api.GetList <object>(new Apis.Requests.TransactionsRequest
            {
                SenderPublickey = AccountApiTests._livePubKey
            });

            Assert.True(response.Success);
            Assert.NotNull(response.Transactions);
        }