dQuadrant/kuber

Provide option for action when output value is less than min ada [increase,drop output]

Closed this issue · 2 comments

Provide option for action when output value is less than min ada [increase,drop output]

Support added in 3b69289

Now output can have additional field insuffientUtxoAda .

  • Possible values are drop (remove the output), increase (increase ada in output to meet requirement) , error (return error)
  • When not set, increase option is used if the output contains 0 ada and only native tokens. Otherwise error option is Default

this is available in v2.2.0