Interface JSONRPCNotifyAllParams

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

Properties

Properties

data?: any
message: string
sender: string