BlockHeightStrategy: {
    block: BlockhashWithExpiryBlockHeight;
    getSignatureStatusesPoolIntervalMs?: number;
    startBlockCheckAfterSecs?: number;
}

Param

optional (secs) after that time we will start to pool current blockheight and check if transaction will reach blockchain, default: 90

Param

BlockhashWithExpiryBlockHeight

Param

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

Type declaration

  • block: BlockhashWithExpiryBlockHeight
  • Optional getSignatureStatusesPoolIntervalMs?: number
  • Optional startBlockCheckAfterSecs?: number

Generated using TypeDoc