Skip to main contentDefined in: abilityCore/abilityConfig/context/types.ts:18
BaseAbilityContext is returned with ability execution results, and contains information about the app, delegation, and
policy evaluation results for any policies that the user had enabled for the ability.
Type Parameters
Policies
Policies
Properties
abilityIpfsCid
abilityIpfsCid: string
Defined in: types.ts:439
Inherited from
BaseContext.abilityIpfsCid
appId
appId: number
Defined in: types.ts:440
Inherited from
BaseContext.appId
appVersion
appVersion: number
Defined in: types.ts:441
Inherited from
BaseContext.appVersion
delegation
delegation: object
Defined in: types.ts:442
delegateeAddress
delegateeAddress: string
delegatorPkpInfo
delegatorPkpInfo: object
delegatorPkpInfo.ethAddress
ethAddress: string
delegatorPkpInfo.publicKey
publicKey: string
delegatorPkpInfo.tokenId
tokenId: string
Inherited from
BaseContext.delegation
policiesContext
policiesContext: Policies
Defined in: abilityCore/abilityConfig/context/types.ts:19