RemoveAction class
An action to remove a member from a Managed Blockchain network as the result
of a removal proposal that is APPROVED
. The member and all
associated resources are deleted from the network.
Applies only to Hyperledger Fabric.
Constructors
- RemoveAction({required String memberId})
-
RemoveAction.fromJson(Map<
String, dynamic> json) -
factory
Properties
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