Secp256k1Signature.fromRawJson constructor

Secp256k1Signature.fromRawJson(
  1. String str
)

Implementation

factory Secp256k1Signature.fromRawJson(String str) =>
    Secp256k1Signature.fromJson(json.decode(str));