getClausesList

abstract fun getClausesList(): List<Clause>
/ An array of Clause objects.
/
/ Each clause contains fields To, Value and Data to enable a single transaction to carry multiple tasks issued
/ by the transaction sender.
repeated .TW.VeChain.Proto.Clause clauses = 4;