Type Alias SignUsernameAndRequestAttestationInput

SignUsernameAndRequestAttestationInput: {
    authority: AgentPubKey;
    username: string;
}

The input to sign_username_and_request_attestation

Type declaration

  • authority: AgentPubKey

    The authorities whose attestations you respect.

  • username: string

    The username for which you want a corresponding attestation