IndexedDB-based implementation of ContractRepository.
Data is stored as JSON strings in key/value stores.
Readonly
Clear all data from storage.
Delete a contract by script.
Get contracts with optional filter. Returns all contracts if no filter provided.
Optional
Save or update a contract.
IndexedDB-based implementation of ContractRepository.
Data is stored as JSON strings in key/value stores.