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

    Interface ProofListItem

    interface ProofListItem {
        completedDate?: string;
        createdDate: string;
        engagement?: string;
        id: string;
        lastModified: string;
        profile?: string;
        protocol: string;
        requestedDate?: string;
        retainUntilDate?: string;
        role: ProofRoleEnum;
        schema?: ProofSchemaListItem;
        state: ProofStateEnum;
        transport: string;
        verifier?: string;
    }
    Index

    Properties

    completedDate?: string
    createdDate: string
    engagement?: string
    id: string
    lastModified: string
    profile?: string
    protocol: string
    requestedDate?: string
    retainUntilDate?: string
    transport: string
    verifier?: string