Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(indy-vdr)!: include config in getAllPoolTransactions (#1770)
Signed-off-by: wadeking98 <[email protected]> BREAKING CHANGE: `IndyVdrApi.getAllPoolTransactions()` now returns an array of objects containing transactions and config of each pool ``` { config: IndyVdrPoolConfig; transactions: Transactions; } ```
- Loading branch information