Ejemplo n.º 1
0
 public virtual Task <ulong> GetBlockTransactionCountByNumber(DefaultBlockParameter blockParameter)
 {
     return(_proxyClient.GetBlockTransactionCountByNumber(blockParameter));
 }