Exemplo n.º 1
0
 public Task <Transaction> GetAsync(uint256 txId)
 {
     return(_Repository.GetAsync <Transaction>(GetId(txId)));
 }
Exemplo n.º 2
0
 public Task <Block> GetBlockAsync(uint256 blockId)
 {
     return(_Repository.GetAsync <Block>(blockId.ToString()));
 }