aries / net.globalid.aries.utils / RxLedger / buildGetRevocationRegistryDefinitionRequestJson

buildGetRevocationRegistryDefinitionRequestJson

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.

Parameters

registryId - is the ID of the revocation registry definition.

Return
the built request.