Skip to content

@keymaster/connect / ProtocolResultMessage

Type Alias: ProtocolResultMessage

ProtocolResultMessage = { v: typeof PROTOCOL_VERSION; type: "result"; id: string; ok: true; result: MethodResult; } | { v: typeof PROTOCOL_VERSION; type: "result"; id: string; ok: false; error: ProtocolError; }

顶层 result 报文。

Capability access without key custody.