Example #1
0
 public TxPoolApiService(IClient client) : base(client)
 {
     PantheonStatistics   = new TxpoolPantheonStatistics(client);
     PantheonTransactions = new TxpoolPantheonTransactions(client);
 }
        public override async Task <JArray> ExecuteAsync(IClient client)
        {
            var txpoolPantheonTransactions = new TxpoolPantheonTransactions(client);

            return(await txpoolPantheonTransactions.SendRequestAsync());
        }