fetchSchema
@hyperledger/identus-sdk v7.0.0
@hyperledger/identus-sdk / plugins/internal/anoncreds / fetchSchema
Class: fetchSchema
Defined in: src/plugins/internal/anoncreds/FetchSchema.ts:9
A Task encapsulates a unit of work
args constructor parameter is mandatory if Args type given args constructor parameter is optional if no Args type given
Extends
Constructors
Constructor
new fetchSchema(...
args: [FetchSchemaArgs]):fetchSchema
Defined in: src/utils/tasks.ts:18
Parameters
| Parameter | Type | Description | 
|---|---|---|
| ... args | [ FetchSchemaArgs] | 
Returns
fetchSchema
Inherited from
Methods
log()
log():
unknown
Defined in: src/utils/tasks.ts:26
Returns
unknown
Inherited from
run()
run(
ctx:Context):Promise<CredentialSchemaType>
Defined in: src/plugins/internal/anoncreds/FetchSchema.ts:10
Parameters
| Parameter | Type | 
|---|---|
| ctx | Context | 
Returns
Promise<CredentialSchemaType>