ListKeys
Lists all keys belonging to the application. Opcode: 26 (0x001A
)
Parameters
No parameters are needed for this operation.
Results
Name | Type | Description |
---|---|---|
keys | Vector of KeyInfo | List of key information |
KeyInfo type
A KeyInfo
type contains the following members:
Name | Type | Description |
---|---|---|
provider_id | Unsigned integer | ID of the provider holding the key |
name | String | Name of the key |
attributes | KeyAttributes | Attributes of the key |
Specific response status codes
No specific response status codes returned.
Description
This operation lists all the keys that an application created in all providers.
Contract
Copyright 2020 Contributors to the Parsec project.