capabilities
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.
const capabilities: {
fissionLobby(settings: Configuration & {
};staging?: boolean;
crypto?: Crypto.Implementation;
depot?: Depot.Implementation;
storage?: Storage.Implementation;
}): Promise<CapabilitiesImpl.Implementation>;