Beispiel #1
0
 private async Task <long> GetNonceAsync()
 {
     return(await _service.GetNextTxNonce(Address.ToByteArray()));
 }