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

    Interface ProofInputClaimSchema

    interface ProofInputClaimSchema {
        array: boolean;
        claims: ProofInputClaimSchema[];
        dataType: string;
        id: string;
        key: string;
        requested: boolean;
        required: boolean;
    }
    Index

    Properties

    array: boolean
    dataType: string
    id: string
    key: string
    requested: boolean
    required: boolean