Skip to main content
BundledVincentAbility<VT, IpfsCid, VincentAbilityApiVersion> = object
Defined in: abilityCore/bundledAbility/types.ts:17 A VincentAbility bundled with an IPFS CID and uniquely branded. This ensures only correctly constructed objects are assignable.

Type Parameters

VT

VT extends VincentAbility<any, any, any, any, any, any, any, any, any, any> The Vincent Ability that was bundled for usage

IpfsCid

IpfsCid extends string = string The IPFS CID that the bundled ability was published to

VincentAbilityApiVersion

VincentAbilityApiVersion extends string = string

Properties

ipfsCid

readonly ipfsCid: IpfsCid
Defined in: abilityCore/bundledAbility/types.ts:23

vincentAbility

readonly vincentAbility: VT
Defined in: abilityCore/bundledAbility/types.ts:24
I