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

    Interface CreateProofSchemaRequestDto

    interface CreateProofSchemaRequestDto {
        expireDuration: number;
        name: string;
        organisationId: string;
        proofInputSchemas: ProofInputSchemaRequestDto[];
    }
    Index

    Properties

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