Esempio n. 1
0
 private PrivateKeyAccount(string privateKey, char scheme) : this(Base58.Decode(privateKey), scheme)
 {
 }
Esempio n. 2
0
 private PrivateKeyAccount(string privateKey, char chainId) : this(Base58.Decode(privateKey), chainId)
 {
 }