Ejemplo n.º 1
0
        public void CreateTransactionTest()
        {
            string payer  = testAddress;
            string payee  = testAddress;
            var    result = client.CreateTransaction(payer, payee, 1).Result;

            Debug.WriteLine($"Hash: {result.Hash}\nTX: {result.TransactionHex}");
        }