Ecash to other MoE swap method, displayed in
min_amount and max_amount are <int|null> per NUT-04/05/25/XX — null when the mint advertises no lower/upper bound. Consumers should use null-safe checks (?? 0, != null, truthy) before passing to Amount.from(...).
min_amount
max_amount
<int|null>
?? 0
!= null
Amount.from(...)
Optional
Ecash to other MoE swap method, displayed in
Remarks
min_amountandmax_amountare<int|null>per NUT-04/05/25/XX — null when the mint advertises no lower/upper bound. Consumers should use null-safe checks (?? 0,!= null, truthy) before passing toAmount.from(...).