Interface RPCMessageInternal

An RPC message

interface RPCMessage {
    _zenfs: true;
    id: string;
    method: keyof RPCMethods;
    stack: string;
}

Properties

Properties

_zenfs: true
id: string
method: keyof RPCMethods
stack: string