Exemple #1
0
 private PrivateKeyAccount(string privateKey, char scheme) : this(Base58.Decode(privateKey), scheme)
 {
 }