maestro-org / typescript-sdk

TypeScript SDK for the Maestro Dapp Platform
https://www.gomaestro.org/
Apache License 2.0
5 stars 5 forks source link

Make `*AxiosParamCreator`, `*Fp` pure #11

Closed sourabhxyz closed 9 months ago

sourabhxyz commented 1 year ago

They use async/await due to assumption that setApiKeyToObject could be asynchronous however it's pure for our case.