abstract fun lookupSchema(agent: Agent, schemaId: String): Single<LedgerSchema>
Retrieves the schema from ledger
agent - for which to lookup the schema.
agent
schemaId - is the schema ID to lookup.
schemaId
Return LedgerSchema is the retrieved schema.