Labels: enhancement
Description:
src/commands/tx.rs should support paging and filtering like Horizon’s transaction endpoints.
Acceptance criteria:
Flags: --limit, --cursor, --order, --type.
Uses src/utils/horizon.rs pagination helpers.
Files:
src/commands/tx.rs
src/utils/horizon.rs
Labels: enhancement
Description:
src/commands/tx.rs should support paging and filtering like Horizon’s transaction endpoints.
Acceptance criteria:
Flags: --limit, --cursor, --order, --type.
Uses src/utils/horizon.rs pagination helpers.
Files:
src/commands/tx.rs
src/utils/horizon.rs