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