UNPKG

@rsksmart/rif-storage-pinning

Version:

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

7 lines (6 loc) 164 B
import { Model } from 'sequelize-typescript'; export default class Message extends Model { code: string; agreementReference: string; message: string; }