scatter-js
scatter-js copied to clipboard
Question: ScatterJS.scatter.requestTransfer
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
? 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?