TronTx
Model getters
| Method name | Return type | Description | Notes |
|---|---|---|---|
| getRet() | \Tatum\Model\TronTxRetInner[] | Result of the smart contract invocation. Example: null | |
| getSignature() | string[] | List of signatures of the transaction. Example: null | |
| getBlockNumber() | float | The block in which the transaction was included. Example: 11223344 | |
| getTxId() | string | Transaction ID. Example: 24dd2f121a24516f22df78adf1ccc32119e3edb7760297f76a925b879f2baa98 | |
| getNetUsage() | float | Usage of the network. Example: 0 | [optional] |
| getRawData() | \Tatum\Model\TronTxRawData | Example: null |