Skip to main content
Call read and write functions on deployed contracts and retrieve transaction receipts.

Methods

readCallFunction()

Call a read-only function on a deployed contract. Signature:
Parameters: Example Request:
Example Response:
Response Fields:

writeCallFunction()

Call a write function on a deployed contract. Returns a workflow ID for async processing. Signature:
Parameters: Example Request:
Example Response:
Response Fields:

getTransactionReceipt()

Get transaction receipt for a transaction hash. Signature:
Parameters: Example:

getDeployedContractAbi()

Get contract ABI for a deployed contract. Signature:
Example: