Is there any way to initialise a 2D array in a Hyperledger .cto file?
What I want to do:
o String[][] csv optional
But its thowing an error - and will only allow:
o String[] csv optional
Does anyone know how to get around this? Or does anyone know how to do an array of arrays?