Example #1
0
 /// <inheritdoc />
 public string PrivateKeyToWif(byte[] privateKey)
 {
     return(_walletHelper.PrivateKeyToWif(privateKey));
 }