Farid
Farid
Am creating and signing new transaction just fine like this: NSError *error; WSAddress *address = WSAddressFromString(self.parameters, @"mu4CVtiGvVtE2wHosbHC58RE2hG4CnHnvj"); const uint64_t value = 5213; WSTransactionBuilder *builder = [self.wallet buildTransactionToAddress:address forValue:value fee:0 error:&error];...
Thanks for the awesome library! I'd like to extend the kit to support regTest in my app. It seems like there are at least 3 steps involved: - implement RegTest...
how to setup the control to respect iPhoneX safe area at bottom?
Is there a way to get pending transactions with the framework?