(context: Context, table: string, account: string)
| 55 | nextTable?: string |
| 56 | ): Promise<[Table[], string | undefined]>; |
| 57 | deleteTable(context: Context, table: string, account: string): Promise<void>; |
| 58 | setTableACL( |
| 59 | account: string, |
| 60 | table: string, |
no outgoing calls
no test coverage detected