Pointer class

Constructors

Pointer({required BigInt slot, required BigInt txIndex, required BigInt certIndex})
const
Pointer.fromBytes(List<int> data)
factory

Properties

certIndex BigInt
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slot BigInt
final
txIndex BigInt
final

Methods

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

Operators

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