(_full?: boolean)
| 139 | } |
| 140 | |
| 141 | async keys(_full?: boolean): Promise<string[]> { |
| 142 | return await this.sendRequest('monogatari:storage-keys', {}) as string[]; |
| 143 | } |
| 144 | |
| 145 | async contains(key: string): Promise<void> { |
| 146 | // Resolves if key exists, rejects if not (matches Space convention) |