Skip to content

getGenerators()

SIP Protocol API Reference v0.7.2


SIP Protocol API Reference / getGenerators

getGenerators(): object

Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:3708

Get the generators for ZK proof integration

Returns the G and H points for use in Noir circuits.

object

G: object

x: `0x${string}`

y: `0x${string}`

H: object

x: `0x${string}`

y: `0x${string}`