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