Type Alias GetUsernameAttestationForAgentPayload

GetUsernameAttestationForAgentPayload: {
    agent: AgentPubKey;
    trusted_authorities: AgentPubKey[];
}

The input to get_username_attestation_for_agent

Type declaration

  • agent: AgentPubKey

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

  • trusted_authorities: AgentPubKey[]

    The authorities whose attestations you respect.