v1CreateSubOrganizationIntentV6 class
Constructors
-
v1CreateSubOrganizationIntentV6({required String subOrganizationName, required List<
v1RootUserParamsV3> rootUsers, required num rootQuorumThreshold, v1WalletParams? wallet, bool? disableEmailRecovery, bool? disableEmailAuth}) -
const
-
v1CreateSubOrganizationIntentV6.fromJson(Map<
String, dynamic> json) -
factory
Properties
- disableEmailAuth → bool?
-
Disable email auth for the sub-organization
final
- disableEmailRecovery → bool?
-
Disable email recovery for the sub-organization
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- rootQuorumThreshold → num
-
The threshold of unique approvals to reach root quorum. This value must be less than or equal to the number of root users
final
-
rootUsers
→ List<
v1RootUserParamsV3> -
Root users to create within this sub-organization
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subOrganizationName → String
-
Name for this sub-organization
final
- wallet → v1WalletParams?
-
The wallet to create for the sub-organization
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