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

    Interface CreateProofSchemaRequest

    interface CreateProofSchemaRequest {
        expireDuration: number;
        name: string;
        organisationId: string;
        proofInputSchemas: ProofInputSchemaRequest[];
    }
    Index

    Properties

    expireDuration: number
    name: string
    organisationId: string
    proofInputSchemas: ProofInputSchemaRequest[]