We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeScript provides type safety out of the box, but in JavaScript, it is challenging to build the input objects manually and correctly.
A factory that builds input objects with UX like:
const createRequestParameters = CreateRequestParameters__Factory.payee(payeeAddress).paymentNetwork(erc20).currency(USDC)
Migrated from Asana: https://app.asana.com/0/1203912381456855/1205320821557408/f
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
TypeScript provides type safety out of the box, but in JavaScript, it is challenging to build the input objects manually and correctly.
Proposed Solution
A factory that builds input objects with UX like:
Migrated from Asana: https://app.asana.com/0/1203912381456855/1205320821557408/f
The text was updated successfully, but these errors were encountered: