You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How could I test this function before production? What is the structure of result in: console.log('result', result);
What is the format of amount? Is 1.000 EOS valid?
Side question: Why don't you have a proper API documentation where every input and output are mentioned and defined explicitly? The API documentation are mostly examples, which I argue is great for testing knowledge, but not enough to learn. Am I missing something?
The text was updated successfully, but these errors were encountered:
Regarding ScatterJS.scatter.requestTransfer.
How could I test this function before production? What is the structure of
result
in:console.log('result', result);
What is the format of
amount
? Is1.000 EOS
valid?Side question: Why don't you have a proper API documentation where every input and output are mentioned and defined explicitly? The API documentation are mostly examples, which I argue is great for testing knowledge, but not enough to learn. Am I missing something?
The text was updated successfully, but these errors were encountered: