Class FeeFilterMessage

java.lang.Object
org.bitcoinj.core.Message
org.bitcoinj.core.FeeFilterMessage

public class FeeFilterMessage extends Message

Represents an "feefilter" message on the P2P network, which instructs a peer to filter transaction invs for transactions that fall below the feerate provided.

See BIP133 for details.

Instances of this class are not safe for use by multiple threads.