Manners.Implementation
type Implementation = {
log: (...args: unknown[]) => void;
warn: (...args: unknown[]) => void;
wnfsWasmLookup: (wnfsVersion: string) => Promise<BufferSource | Response>;
fileSystem: {
};hooks: {
}; afterLoadExisting: (
fs: FileSystem.API,
account: FileSystem.AssociatedIdentity,
dataComponents: DataComponents,
) => Promise<void>; afterLoadNew: (
fs: FileSystem.API,
account: FileSystem.AssociatedIdentity,
dataComponents: DataComponents,
) => Promise<void>; beforeLoadExisting: (
cid: CID,
account: FileSystem.AssociatedIdentity,
dataComponents: DataComponents,
) => Promise<void>; beforeLoadNew: (account: FileSystem.AssociatedIdentity, dataComponents: DataComponents) => Promise<void>;
}; §Type
§
{
[src]log: (...args: unknown[]) => void;
warn: (...args: unknown[]) => void;
wnfsWasmLookup: (wnfsVersion: string) => Promise<BufferSource | Response>;
fileSystem: {
}hooks: {
}; afterLoadExisting: (
fs: FileSystem.API,
account: FileSystem.AssociatedIdentity,
dataComponents: DataComponents,
) => Promise<void>; afterLoadNew: (
fs: FileSystem.API,
account: FileSystem.AssociatedIdentity,
dataComponents: DataComponents,
) => Promise<void>; beforeLoadExisting: (
cid: CID,
account: FileSystem.AssociatedIdentity,
dataComponents: DataComponents,
) => Promise<void>; beforeLoadNew: (account: FileSystem.AssociatedIdentity, dataComponents: DataComponents) => Promise<void>;
};