IStateStorage interface
Interface that defines methods for state storage
IStateStorage
Signature:
export interface IStateStorage
Methods
Method | Description |
---|---|
getGISTProof(id) | generates proof of inclusion / non-inclusion to global identity state for given identity |
getGISTRootInfo(root) | |
getLatestStateById(id) | gets latest state of identity |
publishState(proof, signer) | method to publish state onchain |