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

    Interface ProofListItemBindingDto

    interface ProofListItemBindingDto {
        completedDate?: string;
        createdDate: string;
        engagement?: string;
        id: string;
        lastModified: string;
        profile?: string;
        protocol: string;
        requestedDate?: string;
        retainUntilDate?: string;
        role: ProofRoleBindingEnum;
        schema?: GetProofSchemaListItemBindingDto;
        state: ProofStateBindingEnum;
        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