Skip to content

Commit

Permalink
update 'value balance' -> 'value_balance'
Browse files Browse the repository at this point in the history
  • Loading branch information
pyk authored Jun 17, 2021
1 parent 2d76395 commit d883111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/documentation/public_endpoints/decoderawtransaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Returns information about a transaction from serialized transaction bytes.
| `transaction_proof` | string | The transaction zero knowledge proof |
| `program_commitment` | string | The program verification key commitment |
| `local_data_root` | string | The local data root |
| `value balance` | number | The transaction value balance |
| `value_balance` | number | The transaction value balance |
| `signatures` | array | The list of transaction signatures |
| `encrypted_records` | array | The list of new encrypted records |
| `transaction_metadata` | object | The transaction metadata |
Expand Down

0 comments on commit d883111

Please sign in to comment.