SyncResult

data class SyncResult(val deployed: Int, val pending: Int, val failed: Int)

Result of syncing all credentials with on-chain state.

Returned by OZCredentialManager.syncAll to provide a summary of how many credentials are deployed, pending, or failed.

Constructors

Link copied to clipboard
constructor(deployed: Int, pending: Int, failed: Int)

Properties

Link copied to clipboard

Number of credentials confirmed as deployed on-chain (removed from storage)

Link copied to clipboard
val failed: Int

Number of credentials with failed deployment status

Link copied to clipboard

Number of credentials still pending deployment