TimeStrategy: {
    getSignatureStatusesPoolIntervalMs?: number;
    timeout: number;
}

Param

optional (secs) after how much secs not confirmed transaction will be considered timeout, default: 90

Param

optional (ms) pool interval of getSignatureStatues, default: 2000

Type declaration

  • Optional getSignatureStatusesPoolIntervalMs?: number
  • timeout: number

Generated using TypeDoc