Function getCachedConsentState

Retrieve a cached consent state by wallet address, type, and value

  • Parameters

    • walletAddress: string
    • type: ConsentListEntryType
    • value: string
    • db: Dexie

    Returns Promise<ConsentState>

    The cached consent state if found, otherwise undefined