8#import <Foundation/Foundation.h>
17@protocol LocalTransactionDelegate <NSObject>
25- (void)onLocalTransactionSuccess:(NSString *)signature hostCode:(NSString * _Nullable)hostCode;
30- (void)onLocalTransactionAborted;
37- (void)onLocalTransactionPasswordError:(
PasswordError *)error;
Definition PasswordError.h:18