menu
agent_dart package
documentation
wallet/keysmith.dart
Secp256k1PublicKey
fromRaw static method
fromRaw static method
dark_mode
light_mode
fromRaw
static method
Secp256k1PublicKey
fromRaw
(
BinaryBlob
rawKey
)
Implementation
static Secp256k1PublicKey fromRaw(BinaryBlob rawKey) { return Secp256k1PublicKey(rawKey); }
agent_dart package
documentation
wallet/keysmith
Secp256k1PublicKey
fromRaw static method
Secp256k1PublicKey class