Beispiel #1
0
 public virtual Task <Block> GetBlockByNumber(bool getFullTransactionObjects, DefaultBlockParameter blockParameter)
 {
     return(_proxyClient.GetBlockByNumber(getFullTransactionObjects, blockParameter));
 }