Skip to main content

Type alias: DataVerified

type DataVerified: object;

Represents data that has been verified. This means that the claim's issuer is who it is supposed to be. Verified claims cannot be duplicated by a non-issuer contract, but they can be passed along to other child transactions.

The integrity of verified claims is checked by the Coinweb VM, i.e. a smart contract will fail if it produces child transaction that contains invalid verified claims (passed along duplicated verified claims or forged verified claims).

Type declaration

MemberTypeDescription
VerifiedIssuedClaimThe verified claim

Coinweb © 2024