8#import <Foundation/Foundation.h>
9#import <MSSOrchestration/CryptoAppIndex.h>
10#import <MSSOrchestration/ProtectionType.h>
11NS_ASSUME_NONNULL_BEGIN
13@protocol LocalTransactionDelegate;
35@property (nonatomic, strong) NSArray<NSString *> *
dataFields;
CryptoAppIndex
Definition CryptoAppIndex.h:15
ProtectionType
Definition ProtectionType.h:12
Definition LocalTransactionParams.h:21
OrchestrationUser * orchestrationUser
Definition LocalTransactionParams.h:25
CryptoAppIndex cryptoAppIndex
Definition LocalTransactionParams.h:30
ProtectionType protectionType
Definition LocalTransactionParams.h:40
NSArray< NSString * > * dataFields
Definition LocalTransactionParams.h:35
id< LocalTransactionDelegate > localTransactionDelegate
Definition LocalTransactionParams.h:45
Definition OrchestrationUser.h:17