class IndyLedgerService : LedgerService
Implements the ledger service using the indy-sdk.
<init> |
Implements the ledger service using the indy-sdk. IndyLedgerService() |
lookupCredentialDefinitionJson |
See LedgerService.lookupCredentialDefinitionJson. fun lookupCredentialDefinitionJson(agent: Agent, definitionId: String): Single<String> |
lookupRevocationRegistryDefinitionJson |
See LedgerService.lookupRevocationRegistryDefinitionJson. fun lookupRevocationRegistryDefinitionJson(agent: Agent, registryId: String): Single<String> |
lookupRevocationRegistryDeltaJson |
fun lookupRevocationRegistryDeltaJson(agent: Agent, revocationRegistryId: String, from: Long, to: Long): Single<String> |
lookupSchema |
See LedgerService.lookupSchema. fun lookupSchema(agent: Agent, schemaId: String): Single<LedgerSchema> |
lookupSchemaJson |
See LedgerService.lookupSchemaJson. fun lookupSchemaJson(agent: Agent, schemaId: String): Single<String> |