| 8 | import {OperationEntity, OperationType} from './types'; |
| 9 | |
| 10 | export class StoreOperations { |
| 11 | private merkleTools: MerkleTools; |
| 12 | |
| 13 | constructor(private models: GraphQLModelsType[]) { |
nothing calls this directly
no outgoing calls
no test coverage detected