onflow / fcl-js

FCL (Flow Client Library) - The best tool for building JavaScript (browser & NodeJS) applications on Flow 🌊

Home Page:https://onflow.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SDK Typescript issues

jribbink opened this issue · comments

User reported typescript inconsistences with fcl.send & fcl.encode

see: https://discord.com/channels/613813861610684416/621847426201944074/1260361361242718240

for example - fcl|sdk.send accepts either a single object or an array of objects - ts allows only array
other example - sdk.encode - typescript typing defines computeLimit as string, while the validator asserts it is a number...