Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alexander-morris/48f85e11ae5dfdcaa4895f4ae7e97845 to your computer and use it in GitHub Desktop.
Save alexander-morris/48f85e11ae5dfdcaa4895f4ae7e97845 to your computer and use it in GitHub Desktop.
var request = {
//targets: let default to the peer assigned to the client
chaincodeId: ‘fabcar’,
fcn: ‘createCar’,
args: [‘CAR10′,’Tata’,’Nano’,’purple’,’Alex’],
chainId: ‘mychannel’,
txId: tx_id
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment