NativeSealdAccountInfo class

SealdAccountInfo is returned when calling SealdSdk_createAccount or SealdSdk_getCurrentAccountInfo, containing information about the local account.

Inheritance
Implemented types
Available extensions

Constructors

NativeSealdAccountInfo()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
DeviceExpires int
The date at which the current device keys expire, as a Unix timestamp in seconds. For continued operation, renew your device keys before this date. 0 if it is not known locally: use SealdSdk_UpdateCurrentDevice to retrieve it.
getter/setter pair
DeviceId Pointer<Utf8>
The ID of the current device for this SDK instance.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
UserId Pointer<Utf8>
The ID of the current user for this SDK instance.
getter/setter pair

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