Documentation Index
Fetch the complete documentation index at: https://litprotocol-vincent.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
BundledVincentPolicy<Defined in: policyCore/bundledPolicy/types.ts:16 A VincentPolicy bundled with an IPFS CID This ensures only correctly constructed objects are assignable.VP,IpfsCid,VincentAbilityApiVersion> =object
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
Defined in: policyCore/bundledPolicy/types.ts:22readonlyipfsCid:IpfsCid
vincentPolicy
Defined in: policyCore/bundledPolicy/types.ts:23readonlyvincentPolicy:VP

