Request
Parameters
| Parameter | Type | Description |
|---|---|---|
transaction | string | Base64-encoded signed transaction |
options.fheDataHashes | string[] | Hashes of FHE data used |
options.skipPreflight | boolean | Skip preflight (optional) |
options.preflightCommitment | string | Commitment level (optional) |
Response
Result
| Field | Type | Description |
|---|---|---|
signature | string | Transaction signature |
FHE Data Handling
WhenfheDataHashes is provided:
- Sequencer verifies all hashes exist in the data store
- Data is made available to the program during execution
- New data submitted by the program is stored
Errors
| Code | Message |
|---|---|
| -32000 | FHE data not found |
| -32001 | Transaction failed |
| -32002 | Invalid signature |