NSError(Wallets)

@interface NSError (Wallets)
+ (WalletError)walletErrorWith:(WalletErrorCode)errorCode underlyingError:(NSObject *)underlyingError;
@end

Undocumented