Gets an integer value for the specified EIR type.
type
BigInt getIntValue(EIRType type) { return ByteUtils.bytesToBigInt( attributes[type]!, endianness: Endianness.Little, ); }