Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/security / / SkillSignatureBlock
Interface: SkillSignatureBlock
Defined in: packages/security/src/supply-chain/types.ts:41
Parsed form of a graphorin-signature: block from a SKILL.md.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
algorithm | readonly | "ed25519-sha256" | packages/security/src/supply-chain/types.ts:42 |
publicKeyRef | readonly | SkillPublicKeyRef | packages/security/src/supply-chain/types.ts:46 |
publishedAt | readonly | string | packages/security/src/supply-chain/types.ts:44 |
publisher | readonly | string | packages/security/src/supply-chain/types.ts:43 |
signature | readonly | string | packages/security/src/supply-chain/types.ts:45 |