GetAllSegmentedDataUseCase

Reads every entry within one namespace of the persistent segmented (segmentedDataBase(segmentId)) local database — backs GetData's fullAccessMode() over segmentedDataBase(segmentId). Reachable via get<GetAllSegmentedDataUseCase>().

Constructors

Link copied to clipboard
constructor(repository: MosaicRepository)

Types

Link copied to clipboard
data class Params(val segmentKey: String)

Functions

Link copied to clipboard
open suspend override fun execute(params: GetAllSegmentedDataUseCase.Params): Result<Map<String, Any>>
Link copied to clipboard
suspend operator fun invoke(params: GetAllSegmentedDataUseCase.Params): Result<Map<String, Any>>