Sets an integer value for the specified EIR type.
value
type
void setIntValue(EIRType type, BigInt value) { setAttribute( type, ByteUtils.bigIntToBytes(value, 16, endianness: Endianness.Little), ); }