MessageTopicStatus
Defined in: bindings/wasm/dist/bindings_wasm.d.ts:102
Fixed-target receipt and processing status for one topic.
Properties
Section titled “Properties”errorCode
Section titled “errorCode”errorCode:
string|undefined
Defined in: bindings/wasm/dist/bindings_wasm.d.ts:129
processed
Section titled “processed”processed:
bigint
Defined in: bindings/wasm/dist/bindings_wasm.d.ts:123
P: committed processing progress.
processing
Section titled “processing”processing:
"Complete"|"Pending"|"Blocked"|"Cancelled"
Defined in: bindings/wasm/dist/bindings_wasm.d.ts:128
received
Section titled “received”received:
bigint
Defined in: bindings/wasm/dist/bindings_wasm.d.ts:119
F: durably admitted network progress, not application acknowledgement.
registration
Section titled “registration”registration:
"Pending"|"Active"|"Removed"
Defined in: bindings/wasm/dist/bindings_wasm.d.ts:111
scopeGeneration
Section titled “scopeGeneration”scopeGeneration:
bigint
Defined in: bindings/wasm/dist/bindings_wasm.d.ts:110
Scope generation that registered this topic.
target
Section titled “target”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
Section titled “unresolvedWelcomes”unresolvedWelcomes:
bigint
Defined in: bindings/wasm/dist/bindings_wasm.d.ts:127
Unresolved actual Welcome rows through H; missing integer IDs do not count.

