Convex

Convex

FieldValue
NamesigningListAccounts
TitleList Signing Accounts
DescriptionList 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"
                              }
                }
}