Main API Methods
One call to rule them all.
Last updated
One call to rule them all.
Last updated
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 thejobId
from your 'call' response to check for results.
Use the 'fetch' API Method, passing the previousjobId
to get the status and results.