Skip to content

getGenerators()

SIP Protocol API Reference v0.7.0


SIP Protocol API Reference / getGenerators

getGenerators(): object

Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:3645

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}`