kEthTxOptionNewConstMeta property

TaskConstMeta get kEthTxOptionNewConstMeta

Implementation

TaskConstMeta get kEthTxOptionNewConstMeta => const TaskConstMeta(
      debugName: "EthTxOption_new",
      argNames: [
        "isSupportEip1559",
        "to",
        "nonce",
        "value",
        "gas",
        "gasPrice"
      ],
    );