Interface PeerSeedProtos.PeerSeedsOrBuilder

    • Method Detail

      • getSeedCount

        int getSeedCount()
        repeated .org.bitcoin.crawler.PeerSeedData seed = 1;
      • hasTimestamp

        boolean hasTimestamp()
         seconds since UNIX epoch
         
        required uint64 timestamp = 2;
        Returns:
        Whether the timestamp field is set.
      • getTimestamp

        long getTimestamp()
         seconds since UNIX epoch
         
        required uint64 timestamp = 2;
        Returns:
        The timestamp.
      • hasNet

        boolean hasNet()
        required string net = 3;
        Returns:
        Whether the net field is set.
      • getNet

        java.lang.String getNet()
        required string net = 3;
        Returns:
        The net.
      • getNetBytes

        com.google.protobuf.ByteString getNetBytes()
        required string net = 3;
        Returns:
        The bytes for net.