getByContract

open suspend override fun getByContract(contractId: String): List<StoredCredential>

Retrieves all credentials associated with a specific contract address.

Return

List of credentials matching the contract ID (empty if none found)

Parameters

contractId

The contract address (C-address) to filter by

Throws

if the read operation fails