- Bitcoin & Blockchain/
- BCH Specification/
- Protocol Upgrades/
- P2P Network
- Connect Handshake
- Address
- Block
- BlockTXN
- CompactBlock
- DSProof
- FilterAdd
- FilterClear
- FilterFee
- FilterLoad
- Get Addrsses
- GetBlocks
- GetBlockTXN
- GetData
- GetHeaders
- Headers
- Inventory
- Mempool
- Merkleblock
- NotFound
- Ping
- Pong
- Reject
- Send Compact CTL
- SendHeaders
- SPV
- SPV Bloom Filter
- Strings Encoding
- TX
- VerAck
- Version
Bitcoin Cash Specification
Request: Filter Add (“filteradd”)
Add an entry into the installed bloom filter.
Message Format
Field | Length | Format | Description |
---|---|---|---|
data length | variable | variable length integer | The size of the piece of the data to be added to the bloom filter. |
data | data_length bytes |
bytes | The raw data of the object to the be added. |
data is inserted into the bloom filter, exactly as if the insert operation had been called locally before sending the filter.