Main API Methods
One call to rule them all.
Running blockchain solutions is an asynchronous process: you send data to the blockchain, and then you wait for the network to validate it.
To handle this process when using BWS API, you have to:
Use the 'call' API method to initiate the operation you want to run.
Save the
jobId
from your 'call' response to check for results.
Use the 'fetch' API Method, passing the previous
jobId
to get the status and results.
Last updated