EthStateStorage.getGISTProof() method
generates proof of inclusion / non-inclusion to global identity state for given identity
Signature:
getGISTProof(id: bigint): Promise<StateProof>;
Parameters
Parameter | Type | Description |
---|---|---|
id | bigint | id to check |
Returns:
Promise<StateProof>
Promise<StateProof>