PrivKey.fromBn constructor

PrivKey.fromBn(
  1. BigIntX bn
)

Implementation

factory PrivKey.fromBn(BigIntX bn) {
  return PrivKey(bn: bn);
}