Closed mvadari closed 4 weeks ago
This PR updates the generate_tx_models.py script to also add ledger object models to xrpl-py. (and renames it to generate_models.py).
generate_tx_models.py
generate_models.py
Helping review #663. This should probably only be merged after that PR is merged.
The script runs properly and generates good models for all the existing ledger objects.
@mvadari The linked PR (titled: Add Ledger Objects) is no longer maintained. What do you propose to do with this PR's changes?
High Level Overview of Change
This PR updates the
generate_tx_models.py
script to also add ledger object models to xrpl-py. (and renames it togenerate_models.py
).Context of Change
Helping review #663. This should probably only be merged after that PR is merged.
Type of Change
Did you update CHANGELOG.md?
Test Plan
The script runs properly and generates good models for all the existing ledger objects.