UNPKG

@lifi/composer-sdk

Version:

Public Composer SDK for building and submitting flows

18 lines 347 B
const erc20Balance = (config) => ({ type: "Erc20Balance", ...config }); const nativeBalance = (config) => ({ type: "NativeBalance", ...config }); const erc20Allowance = (config) => ({ type: "Erc20Allowance", ...config }); export { erc20Allowance, erc20Balance, nativeBalance }; //# sourceMappingURL=preconditions.generated.js.map