We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Hedera consensus nodes will release a new feature that includes exposing contract nonces.
Hedera Improvement Proposal:
Hedera Protobuf:
SDKs
ContractFunctionResult
Add information about contract nonces.
No response
The text was updated successfully, but these errors were encountered:
Contract nonce is returned in ContractFunctionResult from the transaction record here: https://docs.hedera.com/hedera/sdks-and-apis/sdks/transactions/get-a-transaction-record
Sorry, something went wrong.
No branches or pull requests
Problem
The Hedera consensus nodes will release a new feature that includes exposing contract nonces.
Hedera Improvement Proposal:
Hedera Protobuf:
SDKs
ContractFunctionResult
hedera-sdk-java#1411ContractFunctionResult
hedera-sdk-js#1644ContractFunctionResult
hedera-sdk-go#749Solution
Add information about contract nonces.
Alternatives
No response
The text was updated successfully, but these errors were encountered: