Type Alias GetExternalIdAttestationsForAgentPayload

GetExternalIdAttestationsForAgentPayload: {
    agent_pubkey: AgentPubKey;
    trusted_authorities: AgentPubKey[];
}

Input to get_external_id_attestations_for_agent

Type declaration

  • agent_pubkey: AgentPubKey

    The agent whose is the object of the attestations you wish to retrieve

  • trusted_authorities: AgentPubKey[]

    The authorities whose attestations you respect.