We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c8f4b commit e6bdb82Copy full SHA for e6bdb82
1 file changed
src/table.ts
@@ -290,9 +290,9 @@ export type Entry = any;
290
/*
291
The Entry type is expected to be in the following format:
292
{
293
- columnFamily: {
294
- column: Data // Data is the expected type passed into Mutation.encodeSetCell
295
- }
+ key?: Uint8Array|string,
+ data?: Data, // The Data type is described in the Mutation class.
+ method?: typeof mutation.methods
296
}
297
*/
298
0 commit comments