Interface LookupFunction

A lookup function is registered against a specific identifier prefix and is invoked when a remote peer requests a value with that prefix

interface LookupFunction ((key) => Promise<undefined | Uint8Array>)