PublicKey constructor

PublicKey(
  1. String hex_bytes,
  2. String curve_type
)

Implementation

PublicKey(this.hex_bytes, this.curve_type);