aries / net.globalid.aries.ledger / IndyLedgerService

IndyLedgerService

class IndyLedgerService : LedgerService

Implements the ledger service using the indy-sdk.

Constructors

<init>

Implements the ledger service using the indy-sdk.

IndyLedgerService()

Functions

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>