aries / net.globalid.aries.utils / RxLedger / buildGetRevocationRegistryDeltaRequest

buildGetRevocationRegistryDeltaRequest

fun buildGetRevocationRegistryDeltaRequest(submitterDid: String?, revocationRegistryDefinitionId: String, from: Long, to: Long): Single<String>

Builds a request to get revocation registry delta.

Parameters

submitterDid - the (Optional) DID of the read request sender (if not provided then default Libindy DID will be used).

revocationRegistryDefinitionId - the identifier of the corresponding Revocation Registry Definition in ledger.

from - the requested time represented as a total number of seconds from Unix Epoch

to - the requested time represented as a total number of seconds from Unix Epoch

See Also

Ledger.buildGetRevocRegDeltaRequest

Return
the request