I found some functions mentioned in the documentation, but they are not fully described. I need to know how to call them, what arguments they accept, and what results they return.
Functions:
HexData()
BinData()
Binary()
Buffer.from()
…
Some of the functions have the “help” method, but it doesn’t return much information:
That’s a good catch, it seems like these aren’t in the docs. I have raised this with the documentation team, and will keep you posted as I hear more from them.
I already heard back from the team! They will be adding the missing documentation for HexData and Buffer.from() in the near future, thank you again for reporting this.
For BinData, you can find the documentation here as @shreya_patel pointed out.
For Binary(), it seems to result in the same as Binary.createFromBase64, which is documented here.