Skip to content

Commitment

SIP Protocol API Reference v0.7.0


SIP Protocol API Reference / Commitment

Defined in: @sip-protocol/types/dist/index.d.ts:36

Pedersen commitment: value * G + blinding * H Hides the actual value while allowing proofs

value: `0x${string}`

Defined in: @sip-protocol/types/dist/index.d.ts:38

The commitment value (hex encoded)


optional blindingFactor: `0x${string}`

Defined in: @sip-protocol/types/dist/index.d.ts:40

Optional blinding factor for opening the commitment