Functions

placedResultKind

Function: placedResultKind()

placedResultKind(toolName): string

Defined in: src/artifacts/placement.ts:71

The kind vocabulary a placement mint declares: tool-result/<toolName>. Honest — it says exactly what the payload is and which tool produced it — and it is what a wants declaration or a present call names to consume the placed result.

Parameters

toolName

string

Returns

string

On this page