Interface HyperdriveEvents

interface HyperdriveEvents {
    blobs: ((blobs: Hyperblobs) => void);
    close: (() => void);
    content-key: ((contentKey: Buffer) => void);
    ready: (() => void);
}

Properties

blobs: ((blobs: Hyperblobs) => void)
close: (() => void)
content-key: ((contentKey: Buffer) => void)
ready: (() => void)