Closed kerber0x closed 4 months ago
This PR modifies the Pool query on the pool manager so that it returns a list of pools if desired. This can help frontends list all the pools in the contract. It offers pagination.
Pool
Update index.md
cargo fmt --all --
cargo clippy -- -D warnings
cargo schema
Description and Motivation
This PR modifies the
Pool
query on the pool manager so that it returns a list of pools if desired. This can help frontends list all the pools in the contract. It offers pagination.Related Issues
Checklist:
Update index.md
)cargo fmt --all --
.cargo clippy -- -D warnings
.cargo schema
.