peck_friends
Get the friend graph for a BSV address. Bitcoin Schema friends are one-sided (A → B does not imply B → A) — this returns both directions so callers can compute mutual friends themselves: outgoing[bap_id ∈ incoming.friender] = mutual.
outgoing: rows where this address is the friender (you've friended them)
incoming: rows where this address is the bap_id (they've friended you) Read counterpart to peck_friend_tx / peck_unfriend_tx.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | BSV address to look up. |