Skip to content
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

Displaying the input parameters when querring the transaction hash of an init transaction #291

Open
DOBEN opened this issue Dec 4, 2023 · 0 comments
Labels
[Type] Task An additional feature or improvement.

Comments

@DOBEN
Copy link
Member

DOBEN commented Dec 4, 2023

Task description

Init transactions might carry input parameters. It is helpful to be able to retrieve the input parameter (raw bytes or passed if a schema is embedded) from a given transaction hash.

  • Init transaction Task:
    -- Display the input parameter if tx has one (raw bytes or passed if a schema is embedded)(first command below).
    -- Add the input_parameter/message to the raw command counterpart (second command below).
concordium-client transaction status 33ccef233ab6464fd7f9293f88eb5c84cb1e11f7ba728a05806613d570b95b70 --grpc-port 20000 --grpc-ip  node.testnet.concordium.com
concordium-client raw GetTransactionStatus 8fcf0579827c7c0faf7ef269cd148b0a553a201d9666fd2c8ef4b92a3b353aa1 --grpc-port 20000 --grpc-ip node.testnet.concordium.com
@DOBEN DOBEN added the [Type] Task An additional feature or improvement. label Dec 4, 2023
@DOBEN DOBEN changed the title Displaying the input parameters when querring the transaction hash of an init/update transaction Displaying the input parameters when querring the transaction hash of an init transaction Dec 5, 2023
@soerenbf soerenbf changed the title Displaying the input parameters when querring the transaction hash of an init transaction Displaying the input parameters when querring the transaction hash of an init transaction Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Task An additional feature or improvement.
Projects
None yet
Development

No branches or pull requests

1 participant