UNPKG

@lifi/composer-sdk

Version:

Public Composer SDK for building and submitting flows

14 lines 207 B
const native = (chainId) => ({ kind: "native", chainId }); const erc20 = (token, chainId) => ({ kind: "erc20", token, chainId }); export { erc20, native }; //# sourceMappingURL=resources.js.map