Skip to content

Commit

Permalink
Remove hash from private transaction objects (#912)
Browse files Browse the repository at this point in the history
Signed-off-by: Roland Tyler <[email protected]>
  • Loading branch information
rolandtyler authored Jan 6, 2022
1 parent 4984dd9 commit 2a7ef8b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/Reference/API-Objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ Returned by [`priv_getPrivateTransaction`](API-Methods.md#priv_getprivatetransac
| **from** | Data, 20&nbsp;bytes | Address of the sender. |
| **gas** | Quantity | Gas provided by the sender. |
| **gasPrice** | Quantity | Gas price, in Wei, provided by the sender. |
| **hash** | Data, 32&nbsp;bytes | Hash of the transaction. |
| **input** | Data | The data to create or invoke a contract. |
| **nonce** | Quantity | Number of transactions made by the sender to the privacy group before this one. |
| **to** | Data, 20&nbsp;bytes | `null` if a contract creation transaction, otherwise, the contract address. |
Expand Down Expand Up @@ -290,7 +289,6 @@ Returned by [`priv_getTransactionReceipt`](API-Methods.md#priv_gettransactionrec
| **from** | Data, 20&nbsp;bytes | Address of the sender. |
| **logs** | Array | Array of [log objects](#log-object) generated by this private transaction. |
| **to** | Data, 20&nbsp;bytes | Address of the receiver, if sending ether, otherwise, null. |
| **transactionHash** | Data, 32&nbsp;bytes | Hash of the private transaction. |
| **transactionIndex** | Quantity, Integer | Index position of transaction in the block. |
| **revertReason** | String | ABI-encoded string that displays the [reason for reverting the transaction](../HowTo/Send-Transactions/Revert-Reason.md). Only available if revert reason is [enabled](../Reference/CLI/CLI-Syntax.md#revert-reason-enabled). |
| **output** | Data | RLP-encoded return value of a contract call if a value returns, otherwise, `null`. |
Expand Down

0 comments on commit 2a7ef8b

Please sign in to comment.