EthSignature.fromRS constructor

  1. @override
EthSignature.fromRS(
  1. BigInt R,
  2. BigInt S,
  3. int _V
)

Implementation

@override
EthSignature.fromRS(BigInt R, BigInt S, this._V) : super.fromRS(R, S);