@orangecheck/agent-core / VerifyActionOkExtra
Interface: VerifyActionOkExtra
Defined in: agent-core/src/types.ts:276
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-anchor"></a> anchor | | { status: "none"; } | { status: "pending"; } | { blockHash: string; blockHeight: number; status: "confirmed"; verified: boolean; } | - | agent-core/src/types.ts:286 |
<a id="property-chain"></a> chain | SubdelegationEnvelope[] | The sub-delegation chain [S_1, …, S_leaf]. Empty when the action cites the root directly. The action's authority leaf is chain[chain.length - 1] ?? delegation. | agent-core/src/types.ts:284 |
<a id="property-delegation"></a> delegation | DelegationEnvelope | The ROOT delegation rooting the authority chain. | agent-core/src/types.ts:278 |
<a id="property-scopeexercised"></a> scopeExercised | string | - | agent-core/src/types.ts:285 |