Prepare a Smart Contract Write transaction for signing

When creating a transaction in Overledger, the first step is to prepare the transaction for signing. This API allows you to call any function that changes/updates data on any contract deployed on Ethereum based blockchains or the Hyperledger Fabric Sandbox. This first step transforms a transaction request into a payload that can be signed and then returns a request ID that is used to execute the transaction after it is signed.

Body Params
location
object
required

The blockchain network and technology the transaction will be submitted to

string
required
length between 0 and 500

The blockchain account that will be monitored for transaction updates

string
required
Defaults to writeOneAInput

The name of the function to be called on the smart contract

inputParameters
array of objects
inputParameters
string
required
length between 0 and 500

The smart contract that will be monitored for transaction updates

Headers
string
required
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json