Skip to content

@keymaster/connect / BroadcastPublishResult

Interface: BroadcastPublishResult

broadcast.publish 成功结果。

BroadcastMessage 同构;返回给 caller 用来确认"已发出"。

Properties overview

PropertyTypeRequiredDescription
channelIdstringYes
protocolIdstringYes
clientMessageIdstringYes
createdAtMsnumberYes
bodyBase64stringYes同入参 base64 字符串;service 不重写。
publisherPublicKeyHexstringYescore 按 session owner 真值补齐的 publisher 公钥 hex。

Properties

channelId

channelId: string


protocolId

protocolId: string


clientMessageId

clientMessageId: string


createdAtMs

createdAtMs: number


bodyBase64

bodyBase64: string

同入参 base64 字符串;service 不重写。


publisherPublicKeyHex

publisherPublicKeyHex: string

core 按 session owner 真值补齐的 publisher 公钥 hex。

Capability access without key custody.