@procivis/react-native-one-core
    Preparing search index...

    Interface ProofSchemaListItem

    interface ProofSchemaListItem {
        createdDate: string;
        deletedAt?: string;
        expireDuration: number;
        id: string;
        lastModified: string;
        name: string;
    }
    Index

    Properties

    createdDate: string
    deletedAt?: string
    expireDuration: number

    Defines how long the system will store data received from wallets. After the defined duration, the received proof and its data are deleted from the system. If 0, proofs received when using this schema will not be deleted.

    id: string
    lastModified: string
    name: string