Beispiel #1
0
 public bool IsActionStaged(Guid actionId, out TxId txId)
 {
     return(_transactions.TryGetValue(actionId, out txId) &&
            _service.IsTransactionStaged(txId.ToByteArray()).ResponseAsync.Result);
 }