EMTransactionSigningResponse
@interface EMTransactionSigningResponse : EMOutgoingMessage <EMMessageMeta>
Interface of a transaction signing response for the OOB server.
Since
5.3-
Gets the response value. See enum EMTransactionSigningResponseValue.
Declaration
Objective-C
@property (readonly, nonatomic) EMTransactionSigningResponseValue response;
Swift
var response: EMTransactionSigningResponseValue { get }
Return Value
The response.