wharfkit / antelope

Core types, client interfaces, and other tools for working with Antelope-based blockchains.
Other
42 stars 23 forks source link

Making get_accounts_by_authorizers match API pattern #75

Closed aaroncox closed 10 months ago

aaroncox commented 11 months ago

The way the API was originally written didn't allow querying against this API by the accounts parameter.

This PR changes the method call to use {keys: [], accounts: []} like the API natively accepts.

This is a breaking change, so we'll need to bump to 0.8 or 1.0.