XdrUInt256Parts class

Constructors

XdrUInt256Parts(XdrUint64 _hiHi, XdrUint64 _hiLo, XdrUint64 _loHi, XdrUint64 _loLo)

Properties

hashCode int
The hash code for this object.
no setterinherited
hiHi XdrUint64
getter/setter pair
hiLo XdrUint64
getter/setter pair
loHi XdrUint64
getter/setter pair
loLo XdrUint64
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

decode(XdrDataInputStream stream) XdrUInt256Parts
encode(XdrDataOutputStream stream, XdrUInt256Parts encoded) → void
forHiHiHiLoLoHiLoLo(int hiHi, int hiLo, int loHi, int loLo) XdrUInt256Parts