SignatureData constructor

SignatureData(
  1. BigInt r,
  2. BigInt s
)

Implementation

SignatureData(BigInt r, BigInt s): super(r, s);