BundledVincentAbility<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.VT,IpfsCid,VincentAbilityApiVersion> =object
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
Defined in: abilityCore/bundledAbility/types.ts:23readonlyipfsCid:IpfsCid
vincentAbility
Defined in: abilityCore/bundledAbility/types.ts:24readonlyvincentAbility:VT

