MsgSignature constructor

MsgSignature(
  1. BigInt r,
  2. BigInt s,
  3. int v
)

Implementation

MsgSignature(this.r, this.s, this.v);