@armada/sdk / index / CommitmentCiphertextV2
Interface: CommitmentCiphertextV2
Defined in: src/sync/note-crypto.ts:24
On-chain V2 commitment ciphertext (the shape emitted by the pool's Transact event, per the captured note-ciphertext-vectors.json). ciphertext[0] is the AES iv+tag (16+16 bytes) concatenated; the remaining three are the AES data blocks. Hex may be 0x-prefixed (as on-chain) or bare.
Properties
ciphertext
readonlyciphertext: readonlystring[]
Defined in: src/sync/note-crypto.ts:25
blindedSenderViewingKey
readonlyblindedSenderViewingKey:Uint8Array
Defined in: src/sync/note-crypto.ts:26
blindedReceiverViewingKey
readonlyblindedReceiverViewingKey:Uint8Array
Defined in: src/sync/note-crypto.ts:27
memo
readonlymemo:string
Defined in: src/sync/note-crypto.ts:28
annotationData
readonlyannotationData:string
Defined in: src/sync/note-crypto.ts:29