Private #fetchOptional init: RequestInitPrivate #servicePrivate #delegationsQuery the delegations store for all the delegations matching the capabilities provided.
Optional caps: Capability<Ability, `${string}:${string}`, any>[]Private #waitGet current space DID, proofs and abilities
Get delegations created by the agent for others.
Optional caps: Capability<Ability, `${string}:${string}`, any>[]Capabilities to filter by. Empty or undefined caps with return all the delegations.
Get delegations created by the agent for others and their metadata.
Optional caps: Capability<Ability, `${string}:${string}`, any>[]Capabilities to filter by. Empty or undefined caps with return all the delegations.
Execute the given capability on the Access service connection
Get all the proofs matching the capabilities
Proofs are delegations with an audience matching agent DID.
Optional caps: Capability<Ability, `${string}:${string}`, any>[]Capabilities to filter by. Empty or undefined caps with return all the proofs.
Invokes voucher/redeem for the free tier, wait on the websocket for the voucher/claim and invokes it
It also adds a full space delegation to the service in the voucher/claim invocation to allow for recovery
Optional opts: { Static createGenerated using TypeDoc
Agent