Type Alias BundledVincentAbility<VT, IpfsCid, VincentAbilityApiVersion>
BundledVincentAbility: { ipfsCid: IpfsCid; vincentAbility: VT } Type Parameters
- VT extends VincentAbility<any, any, any, any, any, any, any, any, any, any>
- IpfsCid extends string = string
- VincentAbilityApiVersion extends string = string
Type declaration
Readonly
ipfsCid: IpfsCid
Readonly
vincentAbility: VT
A VincentAbility bundled with an IPFS CID and uniquely branded. This ensures only correctly constructed objects are assignable.