24 lines
504 B
Markdown
24 lines
504 B
Markdown
# hyper-p2p-auction-gossip API
|
|
|
|
**Status:** scaffold · **Protocol:** `auction-gossip/v1`
|
|
|
|
## Class `HyperP2PAuctionGossip`
|
|
|
|
Scaffold stub — methods throw `not implemented: scaffold` until promoted to production tier.
|
|
|
|
### `constructor(opts?)`
|
|
|
|
### `getStats()`
|
|
|
|
Returns `{ created, errors, protocol, tier: 'scaffold' }`.
|
|
|
|
### `ready()`
|
|
|
|
Resolves immediately (no-op).
|
|
|
|
## Wire (planned)
|
|
|
|
| Message | Direction | Notes |
|
|
|---------|-----------|-------|
|
|
| TBD | gossip | Defined in implementation pass |
|