kWithdrawNewConstMeta property

TaskConstMeta get kWithdrawNewConstMeta

Implementation

TaskConstMeta get kWithdrawNewConstMeta => const TaskConstMeta(
      debugName: "Withdraw_new",
      argNames: [
        "accountId",
        "subAccountId",
        "toChainId",
        "toAddress",
        "l2SourceToken",
        "l1TargetToken",
        "amount",
        "callData",
        "fee",
        "nonce",
        "withdrawToL1",
        "withdrawFeeRatio",
        "ts"
      ],
    );