Type alias ParseRfqOptionsBeta

ParseRfqOptions: {
    requireAllPrivateData: boolean;
}

Options passed to Rfq.parse

Type declaration

  • requireAllPrivateData: boolean

    If true, validate that all private data properties are present and run integrity check. Otherwise, only check integrity of private fields which are present. If false, validate only the private data properties that are currently present in privateData