Skip to main content

States

Todo: details on smart contract usage of VerificationRoutesRegistry

Authority

The address that is allowed for updating the VerificationRoutesRegistry. In D-Chain this is the gov module address.

Verification Routes Registry

The VerificationRoutesRegistry stores the mapping of the CosmosMsg type to the verification requirements which includes the verifier (contract address), the app (which module it is from) and the

Params

  • MaxGas: this is used to define the allowed gas used in the sudo call to verifier contracts. This is used the AnteHandler.

Verifier Contracts

This stores the mapping of the supported type, whch is a string value for the verifiable credential type, i.e. SD-JWT, Anoncreds, SNARK, etc and the contract address.