ZKAccountType
Objective-C
@interface ZKAccountType : NSObject
Swift
class ZKAccountType : NSObject
Account type, ‘STANDARD’, ‘COMPATIBILITY’ or ‘SEGWIT’.
Only relevant for Bitcoin accounts. All other accounts are ‘STANDARD’ account type.
-
Declaration
Objective-C
- (nonnull instancetype)init;
Swift
init()
-
Declaration
Objective-C
+ (nonnull instancetype)accountType;