Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexander-morris/a9a67b0bc47d5f6829f9769a6d2d584d to your computer and use it in GitHub Desktop.
Save alexander-morris/a9a67b0bc47d5f6829f9769a6d2d584d to your computer and use it in GitHub Desktop.
var request = {
//targets: let default to the peer assigned to the client
chaincodeId: 'fabcar',
fcn: 'changeCarOwner',
args: ['CAR0','Alex'],
chainId: 'mychannel',
txId: tx_id
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment