sap_compact_inscribe_memory
Inscribe encrypted memory data into a Solana vault by providing session PDA, vault PDA, encrypted data, nonce, and content hash.
Instructions
Compact memory inscription with explicit vault/session PDAs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nonce | No | Encryption nonce as a byte array, hex string, or base64 string | |
| vaultPda | No | Vault PDA (base58) for the memory inscription | |
| sessionPda | No | Session PDA (base58) for the memory inscription | |
| contentHash | No | 32-byte content hash as a byte array, hex string, or base64 string | |
| encryptedData | No | Encrypted memory data as a byte array, hex string, or base64 string |