(this: TxHashSet<unknown>)
| 36 | return `TxHashSet(${format(toJson((this).ref))})` |
| 37 | }, |
| 38 | toJSON(this: TxHashSet<unknown>) { |
| 39 | return { |
| 40 | _id: "TxHashSet", |
| 41 | ref: toJson((this).ref) |
| 42 | } |
| 43 | }, |
| 44 | pipe(this: TxHashSet<unknown>) { |
| 45 | return pipeArguments(this, arguments) |
| 46 | } |