@orangecheck/agent-core / ChainLink
Type Alias: ChainLink
type ChainLink =
| DelegationEnvelope
| SubdelegationEnvelope;
Defined in: agent-core/src/types.ts:201
Either a root or a sub envelope; chain links walk up to a root delegation.
@orangecheck/agent-core / ChainLink
type ChainLink =
| DelegationEnvelope
| SubdelegationEnvelope;
Defined in: agent-core/src/types.ts:201
Either a root or a sub envelope; chain links walk up to a root delegation.