getByContract

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

Retrieves all credentials associated with a contract address.

Return

List of credentials (empty if none found)

Parameters

contractId

The contract address

Throws