aries / net.globalid.aries.ledger / LedgerService / lookupSchema

lookupSchema

abstract fun lookupSchema(agent: Agent, schemaId: String): Single<LedgerSchema>

Retrieves the schema from ledger

Parameters

agent - for which to lookup the schema.

schemaId - is the schema ID to lookup.

Return
LedgerSchema is the retrieved schema.