Appearance
@keymaster/connect / ProtocolResultMessage
Type Alias: ProtocolResultMessage
ProtocolResultMessage = {
v: typeofPROTOCOL_VERSION;type:"result";id:string;ok:true;result:MethodResult; } | {v: typeofPROTOCOL_VERSION;type:"result";id:string;ok:false;error:ProtocolError; }
顶层 result 报文。