Skip to content

MessageTopicStatus

Defined in: bindings/wasm/dist/bindings_wasm.d.ts:102

Fixed-target receipt and processing status for one topic.

errorCode: string | undefined

Defined in: bindings/wasm/dist/bindings_wasm.d.ts:129


processed: bigint

Defined in: bindings/wasm/dist/bindings_wasm.d.ts:123

P: committed processing progress.


processing: "Complete" | "Pending" | "Blocked" | "Cancelled"

Defined in: bindings/wasm/dist/bindings_wasm.d.ts:128


received: bigint

Defined in: bindings/wasm/dist/bindings_wasm.d.ts:119

F: durably admitted network progress, not application acknowledgement.


registration: "Pending" | "Active" | "Removed"

Defined in: bindings/wasm/dist/bindings_wasm.d.ts:111


scopeGeneration: bigint

Defined in: bindings/wasm/dist/bindings_wasm.d.ts:110

Scope generation that registered this topic.


target: bigint | undefined

Defined in: bindings/wasm/dist/bindings_wasm.d.ts:115

Captured H, or absent while target capture is still pending.


topic: Uint8Array

Defined in: bindings/wasm/dist/bindings_wasm.d.ts:106

Wire topic bytes identify the obligation independently of its current scope.


unresolvedWelcomes: bigint

Defined in: bindings/wasm/dist/bindings_wasm.d.ts:127

Unresolved actual Welcome rows through H; missing integer IDs do not count.