Interface ConsumerContext

Progress of Data retrieval.

Remarks

This is a Promise that resolves with the retrieved Data and rejects upon timeout, annotated with the Interest and some counters.

interface ConsumerContext {
    interest: Interest;
    nRetx: number;
}

Hierarchy

  • Promise<Data>
    • ConsumerContext

Properties

Properties

interest: Interest
nRetx: number

Generated using TypeDoc