You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have separate .amount parameter in builder, but this is very far from symbol selection and when selecting multiple assets it could be confusing to input two numbers into .amount.
Remove .amount parameter from builder and move it closer to .currency for more user friendly amount specification.
Currently we have separate .amount parameter in builder, but this is very far from symbol selection and when selecting multiple assets it could be confusing to input two numbers into .amount.
Remove .amount parameter from builder and move it closer to .currency for more user friendly amount specification.
.currency(multiasset[{symbol: WUD, amount: 2101293}, {symbol: DED, amount: 18312}, ])
The text was updated successfully, but these errors were encountered: