Interface Capability<Can, With, Caveats>

Represents an Ability that a UCAN holder Can perform With some Resource.

Type Parameters

  • Can extends Ability = Ability

    the Ability (action/verb) the UCAN holder can perform

  • With extends Resource = Resource

    the Resource (thing/noun) the UCAN holder can perform their Ability on / with

  • Caveats extends unknown = unknown

Hierarchy

  • Capability

Properties

Properties

can: Can
nb?: Caveats
with: With

Generated using TypeDoc