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