UNPKG

@cityofzion/neo-js

Version:

Running NEO blockchain full node with Node.js and MongoDB.

6 lines (5 loc) 249 B
export declare class MongodbUtils { static reviewIndex(model: any, key: string, keyObj: object): Promise<void>; static hasIndex(model: any, key: string): Promise<boolean>; static createIndex(model: any, keyObj: object): Promise<void>; }