v1CreateSubOrganizationIntentV3 class
Constructors
-
v1CreateSubOrganizationIntentV3({required String subOrganizationName, required List<
v1RootUserParams> rootUsers, required num rootQuorumThreshold, required List<v1PrivateKeyParams> privateKeys}) -
const
-
v1CreateSubOrganizationIntentV3.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
privateKeys
→ List<
v1PrivateKeyParams> -
A list of Private Keys.
final
- 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<
v1RootUserParams> -
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
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