Skip to content

HistoryCompletenessParams

SIP Protocol API Reference v0.7.4


SIP Protocol API Reference / HistoryCompletenessParams

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1041

Parameters for history completeness proof

Proves that all transactions in a time range have been disclosed without revealing transaction amounts.

transactionCount: number

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1043

Transaction count in range (private)


historyMerkleRoot: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1045

Merkle root of transaction hashes (public)


startTimestamp: number

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1047

Start of time range (public)


endTimestamp: number

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1049

End of time range (public)


volumeCommitment: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1051

Total volume commitment (public)


viewingKey: ViewingKey

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:1053

Viewing key for verification