Function: getOpList()
getOpList(
category): (Operation|DynamicOperation)[]
Defined in: operations/operations.ts:43
returns a list of all the operations that are currently exported in op-list. The operation must not be a draft but it returns it's entire object
Parameters
category
string
Returns
(Operation | DynamicOperation)[]