Type Alias GetAttestationForExternalIdPayload

GetAttestationForExternalIdPayload: {
    external_id: string;
    trusted_authorities: AgentPubKey[];
}

Input to get_attestation_for_external_id

Type declaration

  • external_id: string

    The external ID for which to want a corresponding attestation

  • trusted_authorities: AgentPubKey[]

    The authorities whose attestations you respect.