Converts this bytes to a BigInt (through toHex).
this
BigInt toBigInt({Endian endian = Endian.big}) => toHex(endian: endian).toBigIntFromHex();