PollOptions: {
    batch?: boolean;
    pollingInterval?: number;
}

Type declaration

  • Optional batch?: boolean

    Whether or not the transaction hashes should be batched on each invocation.

    Default

    true
    
  • Optional pollingInterval?: number

    Polling frequency (in ms). Defaults to Client's pollingInterval config.

    Default

    client.pollingInterval
    

Generated using TypeDoc