fun buildGetRevocationRegistryDefinitionRequestJson(registryId: String): Single<String>
Builds a request to get the revocation registry definition, GET_REVOC_REG_DEF. The revocation registry definition is created by an issuer for a particular credential definition.
registryId
- is the ID of the revocation registry definition.
Return
the built request.