UNPKG

@vechain/sdk-network

Version:

This module serves as the standard interface connecting decentralized applications (dApps) and users to the VeChainThor blockchain

7 lines (5 loc) 169 B
/** * Polling interval for the subscription events polling mechanism for the VeChain provider. */ const POLLING_INTERVAL: number = 5000; export { POLLING_INTERVAL };