privateKeyBigInt property

BigInt? privateKeyBigInt

transalte privateKey to Big Int

Implementation

BigInt? get privateKeyBigInt => Account._privateKeyToBigInt(this.privateKey);