Skip to main content
Version: v1

ISummaryContext Interface

Context for uploading a summary to storage. Indicates the previously acked summary.

Signature

export interface ISummaryContext

Properties

Property Type Description
ackHandle string | undefined Parent summary acked handle (from summary ack)
proposalHandle string | undefined Parent summary proposed handle (from summary op)
referenceSequenceNumber number

Property Details

ackHandle

Parent summary acked handle (from summary ack)

Signature

readonly ackHandle: string | undefined;

Type: string | undefined

proposalHandle

Parent summary proposed handle (from summary op)

Signature

readonly proposalHandle: string | undefined;

Type: string | undefined

referenceSequenceNumber

Signature

readonly referenceSequenceNumber: number;

Type: number