Suppose after we send transaction to MultiChain, there is no error in the response. So the transaction is still unconfirmed. Is possible this transaction is declined later, like BlockChain, need long time to confirm?
I am considering show all transaction status in the user wallet. How should I know when the transaction is confirmed, whether it’s success or not? Is there any command API for this requirement? Thanks.
1) Will I get the notification from MultiChain if the transaction is confirmed?
2) Or should I create the batch, to query MultiChain for the unconfirmed transaction’s latest status?