UNPKG

@rsksmart/rif-storage-pinning

Version:

Application for providing your storage space to other to use in exchange of RIF Tokens

5 lines (4 loc) 278 B
import { Sequelize } from 'sequelize-typescript'; import { ModelAttributeColumnOptions } from 'sequelize'; export declare function sequelizeFactory(dbPath?: string): Sequelize; export declare function BigNumberStringType(propName: string): Partial<ModelAttributeColumnOptions>;