103104105106107108109110111112113
TransactionalState o = new TransactionalState(); if(l.isEmpty()) { throw new DecodeException("The txn-id field cannot be omitted"); } switch(2 - l.size()) {
144145146147148149150151152153154
Transfer o = new Transfer(); if(l.isEmpty()) { throw new DecodeException("The handle field cannot be omitted"); } switch(11 - l.size()) {
154155156157158159160161162163164
Attach o = new Attach(); if(l.size() <= 2) { throw new DecodeException("The role field cannot be omitted"); } switch(14 - l.size()) {