You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: onixlabs-corda-identity-framework-contract/src/main/kotlin/io/onixlabs/corda/identityframework/contract/accounts/AccountParty.kt
Copy file name to clipboardexpand all lines: onixlabs-corda-identity-framework-contract/src/main/kotlin/io/onixlabs/corda/identityframework/contract/attestations/AttestationPointer.kt
+2
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,7 @@ class LinearAttestationPointer<T : LinearState> internal constructor(
Copy file name to clipboardexpand all lines: onixlabs-corda-identity-framework-contract/src/main/kotlin/io/onixlabs/corda/identityframework/contract/claims/ClaimPointer.kt
+2
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,7 @@ class LinearClaimPointer<T : CordaClaim<*>> private constructor(
129
129
valueType = claim.value.javaClass
130
130
)
131
131
132
+
@Transient
132
133
privateval criteria = vaultQuery(claimType) {
133
134
stateStatus(Vault.StateStatus.UNCONSUMED)
134
135
relevancyStatus(Vault.RelevancyStatus.ALL)
@@ -213,6 +214,7 @@ class StaticClaimPointer<T : CordaClaim<*>> private constructor(
0 commit comments