NativeSealdCheckSigchainResponse class

SealdCheckSigchainResponse is returned when calling SealdSdk_CheckSigchainHash, containing if the hash was found in the sigchain or not.

If the hash was found, it also contain at which position it was found. Empty pointers otherwise.

Inheritance
Implemented types
Available extensions

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
Found int
Whether or not the hash was found in the user's sigchain. 1 for True, 0 for False.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
LastPosition int
The number of transaction in the sigchain
getter/setter pair
Position int
The position in the sigchain where the expected hash was found
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