pubKey (27)
The pubKey message is sent in response to a getPubKey request. It provides the public key associated with a specific address, enabling signature verification.
Core DataTypes
IxiBytes: See IxiBytes Encoding.
Payload Structure
| Field | Data Type | Min | Max | Description |
|---|---|---|---|---|
publicKey | IxiBytes | * | * | The public key being provided. |
Behavioral Notes
- Recipient Action: Upon receiving a
pubKeymessage, the client should store thepublicKeyand associate it with the corresponding user's address. It can then use this key to verify any past or future signed messages from that user.