UNPKG

@lifi/composer-sdk

Version:

Public Composer SDK for building and submitting flows

13 lines 186 B
const exact = (amount) => ({ type: "EXACT", amount }); const all = (simAmount) => ({ type: "ALL", simAmount }); export { all, exact }; //# sourceMappingURL=routeAmount.js.map