kForcedExitNewConstMeta property

TaskConstMeta get kForcedExitNewConstMeta

Implementation

TaskConstMeta get kForcedExitNewConstMeta => const TaskConstMeta(
      debugName: "ForcedExit_new",
      argNames: [
        "toChainId",
        "initiatorAccountId",
        "initiatorSubAccountId",
        "targetSubAccountId",
        "target",
        "l2SourceToken",
        "l1TargetToken",
        "exitAmount",
        "initiatorNonce",
        "withdrawToL1",
        "ts"
      ],
    );