Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Features/fee grant #17

Merged
merged 7 commits into from
Sep 13, 2023
Merged

Features/fee grant #17

merged 7 commits into from
Sep 13, 2023

Conversation

baktun14
Copy link
Contributor

  • Added new fee grant to allow other addresses to spend on fees
  • Refactored MsgGrant type to cosmjs-types
  • Fee grant only supports Basic allowance. Periodic to be done in another iteration.

if (!address) return null;

const response = await axios.get(ApiUrlService.allowancesIssued(apiEndpoint, address));
// const filteredGrants = response.data.grants.filter(
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will remove since it's new and not relevant

@baktun14 baktun14 merged commit c6f735c into main Sep 13, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants