Type alias BlockHeightStrategy
BlockHeightStrategy: {
block: BlockhashWithExpiryBlockHeight;
getSignatureStatusesPoolIntervalMs?: number;
startBlockCheckAfterSecs?: number;
}
Type declaration
-
block: BlockhashWithExpiryBlockHeight
-
Optional
getSignatureStatusesPoolIntervalMs?: number
-
Optional
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