Esempio n. 1
0
 public ClientRound(RoundStateResponseBase state)
 {
     State = Guard.NotNull(nameof(state), state);
     ClearRegistration();             // shortcut for initializing variables
 }
Esempio n. 2
0
 protected override async Task <AliceClientBase> CreateAliceClientAsync(long roundId, RoundStateResponseBase stateParam, List <OutPoint> registrableCoins, (HdPubKey change, IEnumerable <HdPubKey> actives) outputAddresses)