| Field | Value |
|---|---|
| Name | signingListAccounts |
| Title | List Signing Accounts |
| Description | List signing keys and associated on-chain addresses for the authenticated identity. |
Input Schema
{
"type": "object",
"properties": { }
}Output Schema
{
"type": "object",
"properties": {
"accounts": {
"type": "array",
"description": "Array of entries with publicKey and addresses[] for each signing key"
}
}
}