interface IDeferredDbSaver {
    enqueueIpfsContent: ((content) => void);
    enqueueLinks: ((links) => void);
}

Implemented by

Properties

enqueueIpfsContent: ((content) => void)

Type declaration

    • (content): void
    • Parameters

      Returns void

enqueueLinks: ((links) => void)

Type declaration