IntType class

The solidity int

Inheritance

Constructors

IntType({int length = 256})
Constructor.
const

Properties

encodingLength EncodingLengthInfo
Information about how long the encoding will be.
no setterinherited
hashCode int
The hash code for this object.
no setteroverride
length int
The length of this uint, int bits. Must be a multiple of 8.
finalinherited
name String
The name of this type, as it would appear in a method signature in the solidity ABI.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decode(ByteBuffer buffer, int offset) DecodingResult<BigInt>
Decode.
inherited
encode(BigInt data, LengthTrackingByteSink buffer) → void
Writes data into the buffer.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
validate() → void
inherited

Operators

operator ==(Object other) bool
The equality operator.
override