JSONRPCRequest

Interface
jsonrpc request object.
export interface JSONRPCRequest { 
  readonly method: string; 
  readonly params?: any; 
  readonly watchTimeoutMS?: number; 
} 

Properties

method
string
Method to be invoked.
params
any
Invocation params.
watchTimeoutMS
number
How long to leave the request open (i.e. long-polling) to wait for a result for given method and params.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE