Variable capabilitiesConst

capabilities: {
    fissionLobby(settings: Configuration & {
        crypto?: Crypto.Implementation;
        depot?: Depot.Implementation;
        staging?: boolean;
        storage?: Storage.Implementation;
    }): Promise<Capabilities.Implementation>;
} = ...

Predefined capabilities configurations.

If you want partial read and/or write access to the filesystem you'll want a "capabilities" component. This component is responsible for requesting and receiving UCANs, read keys and namefilters from other sources to enable this.

NOTE: If you're using a non-default component, you'll want to pass that in here as a parameter as well. Dependencies: crypto, depot.

Type declaration

Generated using TypeDoc