Interface NotifyAllParams

NotifyAllParams ($ref: "JSONRPC.NotifyAll.Params") Parameters for the NotifyAll method.

interface NotifyAllParams {
    data?: any;
    message: string;
    sender: string;
}

Properties

Properties

data?: any
message: string
sender: string