This PR removes unnecessary parameters (ledger_hash and ledger_index) from the LedgerClosed model. (actually, ledger_hash and ledger_index field is for Response, not Request)
Context of Change
During a recent code review, it was discovered that the LedgerClosed model contained parameters that were not required in actual API (https://xrpl.org/ledger_closed.html)
Type of Change
[x] Bug fix (non-breaking change which fixes an issue)
High Level Overview of Change
This PR removes unnecessary parameters (ledger_hash and ledger_index) from the
LedgerClosed
model. (actually, ledger_hash and ledger_index field is for Response, not Request)Context of Change
During a recent code review, it was discovered that the
LedgerClosed
model contained parameters that were not required in actual API (https://xrpl.org/ledger_closed.html)Type of Change
Test Plan
CI Passes