SendTransactionCompletionBlock
typedef void(^AuthCompletionBlock)(ZKTransaction * _Nullable transaction, NSError * _Nullable error)
The type of block invoked after submitting a transaction. Used in send transaction calls sendBtcTransaction and sendEthTransaction on ZKWallet instance.
Check if error
is not nil
to see if there was an issue authenticating. See Handling Errors for details.