menu
secp256k1_ecdsa package
documentation
secp256k1.dart
Signature
fromCompactHex static method
fromCompactHex static method
dark_mode
light_mode
fromCompactHex
static method
Signature
fromCompactHex
(
String
hex
)
Implementation
static Signature fromCompactHex(String hex) { return fromCompactBytes(Utilities.hexToBytes(hex)); }
secp256k1_ecdsa package
documentation
secp256k1
Signature
fromCompactHex static method
Signature class