Пример #1
0
 public TxPoolApiService(IClient client) : base(client)
 {
     PantheonStatistics   = new TxpoolPantheonStatistics(client);
     PantheonTransactions = new TxpoolPantheonTransactions(client);
 }
Пример #2
0
        public override async Task <JObject> ExecuteAsync(IClient client)
        {
            var txpoolPantheonStatistics = new TxpoolPantheonStatistics(client);

            return(await txpoolPantheonStatistics.SendRequestAsync());
        }