Re: Passing an array as argument to chaincode via Node.js SDK #fabric-questions #fabric-chaincode
Matthew White
Hello -
The 'submitTransaction' function takes and array of parameters. In this case the transaction function has a single parameter, but it's an array.
So you need to pass a single element array to 'submitTransaction', with the only element being the ["v1", "v2"]
Regards, Matthew.
Matthew B White IBM Blockchain Solutions Architect
Email me at WHITEMAT@...
Find me on StackOverflow, and generally at calanais.me.uk
Note: restricted availability for meetings 14:30 to 17:00 UK Tuesday
IBM United Kingdom Limited, Hursley Park, Winchester, Hampshire, SO21 2JN
"The wrong answers are the ones you go looking for when the right answers stare you in the face" ----- Original message ----- IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU
|
|