Secp256k1PublicKey.fromRaw constructor

Secp256k1PublicKey.fromRaw(
  1. BinaryBlob rawKey
)

Implementation

factory Secp256k1PublicKey.fromRaw(BinaryBlob rawKey) {
  return Secp256k1PublicKey(rawKey);
}