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
tronweb: 6.0.0
property txid is missing in BroadcastReturn interface
from tronweb: export interface BroadcastReturn<T extends SignedTransaction> { result: boolean; code: BroadcastReturn_response_code; message: string; transaction: T; } response payload { "result": true, "txid": "---", // <-- missing in BroadcastReturn interface "transaction": { "visible": false, "txID": "---", "raw_data_hex": "---", "raw_data": { "contract": [ { "parameter": { "value": { "owner_address": "---", "frozen_balance": --- }, "type_url": "type.googleapis.com/protocol.FreezeBalanceV2Contract" }, "type": "FreezeBalanceV2Contract" } ], "ref_block_bytes": "---", "ref_block_hash": "---", "expiration": ---, "timestamp": --- }, "signature": [ "---" ] } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
tronweb: 6.0.0
property txid is missing in BroadcastReturn interface
The text was updated successfully, but these errors were encountered: