CredentialLookupResponse

@Serializable
data class CredentialLookupResponse(val credentialId: String, val contracts: List<IndexedContractSummary>, val count: Int)

Response from looking up a credential ID in the indexer.

Contains the credential ID, all contracts where this credential is registered as a signer, and the total count of contracts.

Constructors

Link copied to clipboard
constructor(credentialId: String, contracts: List<IndexedContractSummary>, count: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val count: Int
Link copied to clipboard