kContractNewConstMeta property

TaskConstMeta get kContractNewConstMeta

Implementation

TaskConstMeta get kContractNewConstMeta => const TaskConstMeta(
      debugName: "Contract_new",
      argNames: [
        "accountId",
        "subAccountId",
        "slotId",
        "nonce",
        "pairId",
        "size",
        "price",
        "direction",
        "makerFeeRate",
        "takerFeeRate",
        "hasSubsidy"
      ],
    );