Commitment
SIP Protocol API Reference v0.7.0
SIP Protocol API Reference / Commitment
Interface: Commitment
Section titled “Interface: Commitment”Defined in: @sip-protocol/types/dist/index.d.ts:36
Pedersen commitment: value * G + blinding * H Hides the actual value while allowing proofs
Properties
Section titled “Properties”value:
`0x${string}`
Defined in: @sip-protocol/types/dist/index.d.ts:38
The commitment value (hex encoded)
blindingFactor?
Section titled “blindingFactor?”
optionalblindingFactor:`0x${string}`
Defined in: @sip-protocol/types/dist/index.d.ts:40
Optional blinding factor for opening the commitment