Skip to main content
BundledVincentPolicy<VP, IpfsCid, VincentAbilityApiVersion> = object
Defined in: policyCore/bundledPolicy/types.ts:16 A VincentPolicy bundled with an IPFS CID This ensures only correctly constructed objects are assignable.

Type Parameters

VP

VP extends VincentPolicy<any, any, any, any, any, any, any, any, any, any, any, any, any> The Vincent Policy 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: policyCore/bundledPolicy/types.ts:22

vincentPolicy

readonly vincentPolicy: VP
Defined in: policyCore/bundledPolicy/types.ts:23
I