+Class MigratePlanetariumValidator +
+ + + +An action to migrate the planetarium validator. +With this migration, planetarium validator is now active, +and bonded FAVs are moved to active address.
+[ActionType("migrate_planetarium_validator")]
+public class MigratePlanetariumValidator : ActionBase, IAction
+ -
+
- Inheritance +
-
+
+
+ MigratePlanetariumValidator+
+
-
+
- Implements +
-
+ IAction+
+
-
+
- Inherited Members +
-
+
+
+
+
+
+
+
+ + object.GetType() ++ + + +
Constructors +
+ + + + ++ MigratePlanetariumValidator() + +
+ + + + +public MigratePlanetariumValidator()
+ Fields +
+ + + ++ TypeIdentifier + +
+ + + + +public const string TypeIdentifier = "migrate_planetarium_validator"
+ Field Value
+-
+
- string + +
Properties +
+ + + + ++ PlainValue + +
+ + + + +public override IValue PlainValue { get; }
+ Property Value
+-
+
- IValue + +
Methods +
+ + + + ++ Execute(IActionContext) + +
+ + + + +public override IWorld Execute(IActionContext context)
+ Parameters
+-
+
context
IActionContext
+
+
Returns
+-
+
- IWorld + +
+ LoadPlainValue(IValue) + +
+ + + + +public override void LoadPlainValue(IValue plainValue)
+ Parameters
+-
+
plainValue
IValue
+
+