Skip to main content
Latest
File

Home > async-call-rpc > AsyncCallStrictJSONRPC

AsyncCallStrictJSONRPC interface

Control the behavior that different from the JSON RPC spec.

Signature:

export interface AsyncCallStrictJSONRPC 

Properties

Property Type Description
methodNotFound boolean Return an error when the requested method is not defined, otherwise, ignore the request.
unknownMessage boolean send an error when receive invalid JSON RPC payload