how to give an array as an arguement in transaction in cadence ?like for example :
transaction(prod_id: String, productname: String, orderids: [String], min_review_count: UInt256, prod_details: String) {} here how orderids can be given as an arguement ?
Command Error: error parsing transaction arguments: argument orderids
is not expected type [String]
1 Like