Type alias ConstructorParams

ConstructorParams: {
    content: Uint8Array;
    crypto: Crypto.Implementation;
    depot: Depot.Implementation;
    header: PrivateFileInfo;
    key: Uint8Array;
    mmpt: default;
}

Type declaration

Generated using TypeDoc