예제 #1
0
 public static KeyPair GetKeyPair(this IEnrollment enrolment)
 {
     if (string.IsNullOrEmpty(enrolment.Key))
     {
         return(null);
     }
     return(cache.Get(enrolment.Key));
 }
예제 #2
0
 public EnvelopeDeserializer GetData(int index) => envelopes.Get(index);
예제 #3
0
 public EndorserInfo GetEndorsementInfo(int index) => IsFiltered ? null : infos.Get(index);
 public TransactionActionDeserializer GetTransactionAction(int index)
 {
     return(transactionActions.Get(index));
 }