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

    Interface ProposeProofRequest

    interface ProposeProofRequest {
        engagement: string[];
        organisationId: string;
        protocol: string;
        uiMessage?: string;
    }
    Index

    Properties

    engagement: string[]
    organisationId: string
    protocol: string
    uiMessage?: string