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
It would be useful, particularly for AMM development, to have a Wallet RPC endpoint to aggregate multiple offers into a single offer.
It would have a similar signature to create_offer_for_ids but it would take in a list of offer strings and aggregate them into a single new offer, assuming the supplied offers are still valid.
Once this new aggregate offer is created the AMM could take the aggregated offer via the existing take_offer endpoint.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
It would be useful, particularly for AMM development, to have a Wallet RPC endpoint to aggregate multiple offers into a single offer.
It would have a similar signature to
create_offer_for_ids
but it would take in a list of offer strings and aggregate them into a single new offer, assuming the supplied offers are still valid.Once this new aggregate offer is created the AMM could take the aggregated offer via the existing
take_offer
endpoint.Beta Was this translation helpful? Give feedback.
All reactions