fromRaw static method

Secp256k1PublicKey fromRaw(
  1. BinaryBlob rawKey
)

Implementation

static Secp256k1PublicKey fromRaw(BinaryBlob rawKey) {
  return Secp256k1PublicKey(rawKey);
}