Class FeeFilterMessage

java.lang.Object
org.bitcoinj.core.BaseMessage
org.bitcoinj.core.FeeFilterMessage
All Implemented Interfaces:
Message

public class FeeFilterMessage extends BaseMessage
Represents a "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 immutable.