ProxyTSignupResponse class
Constructors
-
ProxyTSignupResponse({required String organizationId, v1WalletResult? wallet, required String userId, List<
v1AppProof> ? appProofs}) -
const
-
ProxyTSignupResponse.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
- hashCode → int
-
The hash code for this object.
no setterinherited
- organizationId → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userId → String
-
Root user ID created for this sub-organization
final
- wallet → v1WalletResult?
-
Wallet created for the sub-organization, if provided in the request
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