(..._: bigint[])
| 169 | } |
| 170 | |
| 171 | checkPerm(..._: bigint[]) { |
| 172 | throw new Error('checkPerm was not implemented'); |
| 173 | } |
| 174 | |
| 175 | checkPriv(..._: number[]) { |
| 176 | throw new Error('checkPriv was not implemented'); |
no outgoing calls
no test coverage detected