Function: getAllOps()
getAllOps(): (
Operation|DynamicOperation)[]
Defined in: operations/operations.ts:62
returns a list of every operation that is currently exported in oplist.ts. The operation must not be a draft but it returns it's entire object
Returns
(Operation | DynamicOperation)[]