-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parameters of Transaction questions #2
Comments
With Nyzo, a transaction is final once its block is frozen. If a transaction is returned in a block, and that block number is lower than (or equal to) the |
Ok I understand, if it is returned in the block, it proves that it has been on chain. Will there be returned when the transaction fails but on chain? Where can we show failure? |
If the transaction is invalid or was not included in its block, it will not be on chain, and never will be. With Nyzo:
So, when you send a transaction:
|
Ok, so the transactions on the chain are all successful and reasonable transactions, thank you for such detailed answers |
I read this document, http://tech.nyzo.co/dataFormats/transaction which is very helpful to me.
I can understand the basic field meaning. This is the data obtained from the JSONRPC interface according to the block method. Can the transaction status and success of the transaction be queried?
The text was updated successfully, but these errors were encountered: