For the complete documentation index, see llms.txt. This page is also available as Markdown.

Transaction refusal

If the user doesn't approve the transaction request, the PKSA can inform the HAS with the following message:

sign_nack

{
    cmd: "sign_nack",
    uuid: string,
    data: string,
    pok: string
}
  • uuid: the request identifier

  • data: the uuid encrypted with auth_key and converted to Base64

  • pok: the uuid encrypted using the account private key and the HAS server public key (see Proof of Key)

Last updated