UNPKG

@lifi/composer-sdk

Version:

Public Composer SDK for building and submitting flows

18 lines 308 B
const balanceOf = (config) => ({ kind: "balanceOf", ...config }); const directDeposit = (config) => ({ kind: "directDeposit", ...config }); const call = (config) => ({ kind: "call", ...config }); export { balanceOf, call, directDeposit }; //# sourceMappingURL=materialisers.generated.js.map