UNPKG

@rsksmart/rif-storage-pinning

Version:

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

6 lines (5 loc) 156 B
import { Model } from 'sequelize-typescript'; export default class DirectAddressModel extends Model { peerId: string; agreementReference: number; }