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