Interface IFileParticulars

interface IFileParticulars {
    fileMeta: IFileMeta;
    merkle: Uint8Array;
    merkleLocation: string;
    providerIps: string[];
}

Properties

fileMeta: IFileMeta
merkle: Uint8Array
merkleLocation: string
providerIps: string[]