Signature.fromRS constructor

Signature.fromRS(
  1. BigInt R,
  2. BigInt S
)

Implementation

Signature.fromRS(this.R, this.S);