# Definitions

* **Hash:** A SHA-256 hash of a chunk of data.
* **PublicKey:** The public key of a Ed25519 key-pair.
* **Transaction:** A list of Solana instructions signed by a client keypair to authorize those actions.
* **Signature:** An Ed25519 signature of transaction's payload data including instructions. This can be used to identify transactions.
* **TrackingCode:** The public key of a Ed25519 key-pair.
* **Cid:** A *content identifier*, or CID, is a label used to point to material in IPFS.
* **Token:** An Ed25519 signature of transaction's payload data including instructions.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.djib.io/products/json-rpc-api/definitions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
