ZyncContractManager

Public API manager for contract operations in the Zync SDK.

This manager provides the public interface for contract-related functionality, following the offline-first approach where local data is returned immediately and background sync operations keep the data updated.

Functions

Link copied to clipboard
suspend fun fetchContracts(sortAndFilter: ZyncContractSortAndFilter, page: Int, pageSize: Int): GetContractsResult

Fetch paginated list of contracts with sorting and filtering.

Link copied to clipboard
suspend fun getContractDetail(contractUid: String, fetchType: ZyncFetchType = ZyncFetchType.NONE): ContractResult

Get detailed information for a specific contract by its UID.

Link copied to clipboard

Observe changes to a specific contract in real-time.