Comparing version 0.0.48 to 0.0.50
import { PermissionLevel, Action } from "./action" | ||
import { SecondaryValue, newSecondaryValue_u64 } from "./idxdb" | ||
import { SecondaryValue, newSecondaryValue_u64, IDXDB } from "./idxdb" | ||
import { MultiIndex, MultiIndexValue } from "./mi" | ||
@@ -116,2 +116,12 @@ import { Name } from "./name" | ||
static get tableName(): Name { | ||
check(false, "not implemented"); | ||
return Name.fromU64(0); | ||
} | ||
static tableIndexes(_: Name, __: Name): IDXDB[] { | ||
check(false, "not implemented"); | ||
return []; | ||
} | ||
static new(_: Name, __: Name): MultiIndex<Table> { | ||
@@ -118,0 +128,0 @@ check(false, "not implemented"); |
{ | ||
"name": "as-chain", | ||
"version": "0.0.48", | ||
"version": "0.0.50", | ||
"description": "chain module for assemblyscript", | ||
@@ -5,0 +5,0 @@ "main": "js/index.js", |
Sorry, the diff of this file is not supported yet
1563518
6404