List<int> serialize() { return CborListValue.fixedLength([ CborBytesValue(rootHashBytes), attrs.toJson(), CborIntValue(type.value) ]).encode(); }