Interface BlockchainSyncing


public interface BlockchainSyncing
Wait for synchronization with a reference source of block height. Since synchronization may take time, we check the block height again after waitForBlock returns.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.slf4j.Logger
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Use an external reference to get the current block height See: BlockchainDotInfoSyncing
    default int
    Wait until a BitcoinClient is synced to a reference blockheight
  • Field Details

    • log

      static final org.slf4j.Logger log
  • Method Details