aps_project_attribution
Extract a single-axis projection from an attribution primitive, including a two-hop Merkle path that verifiers can use to reconstruct the signed root without accessing other axes.
Instructions
Extract a single-axis projection from an AttributionPrimitive. The projection carries the axis content plus a two-hop Merkle path that lets a downstream verifier reconstruct the signed root without seeing the other three axes. axis: 'D' | 'P' | 'G' | 'C'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| primitive | No | An AttributionPrimitive (from aps_construct_attribution_primitive) | |
| axis | Yes | Axis to project |