v1Activity class

Constructors

v1Activity({required String id, required String organizationId, required v1ActivityStatus status, required v1ActivityType type, required v1Intent intent, required v1Result result, required List<v1Vote> votes, List<v1AppProof>? appProofs, required String fingerprint, required bool canApprove, required bool canReject, required externaldatav1Timestamp createdAt, required externaldatav1Timestamp updatedAt, rpcStatus? failure})
const
v1Activity.fromJson(Map<String, dynamic> json)
factory

Properties

appProofs List<v1AppProof>?
A list of app proofs generated by enclaves during activity execution, providing verifiable attestations of performed operations.
final
canApprove bool
final
canReject bool
final
createdAt externaldatav1Timestamp
final
failure rpcStatus?
Failure reason of the intended action.
final
fingerprint String
An artifact verifying a User's action.
final
hashCode int
The hash code for this object.
no setterinherited
id String
Unique identifier for a given Activity object.
final
intent v1Intent
Intent object crafted by Turnkey based on the user request, used to assess the permissibility of an action.
final
organizationId String
Unique identifier for a given Organization.
final
result v1Result
Result of the intended action.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status v1ActivityStatus
The current processing status of a specified Activity.
final
type v1ActivityType
Type of Activity, such as Add User, or Sign Transaction.
final
updatedAt externaldatav1Timestamp
final
votes List<v1Vote>
A list of objects representing a particular User's approval or rejection of a Consensus request, including all relevant metadata.
final

Methods

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

Operators

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