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

feat: allow making payments using auth client #13

Merged
merged 1 commit into from
Mar 21, 2025
Merged

Conversation

mfontanini
Copy link
Member

This adds a client for https://github.com/NillionNetwork/authority-service/pull/9.

This for now only allows making payments and doesn't allow validating if your subscription exists or can yet be renewed. That'll be added in other PRs.

@mfontanini mfontanini marked this pull request as ready for review March 18, 2025 22:36
wallet_private_key: NilchainPrivateKey,
chain_id: str,
grpc_endpoint: str,
gas_limit: int,
Copy link
Member

Choose a reason for hiding this comment

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

should this be a float?

Copy link
Member Author

Choose a reason for hiding this comment

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

It's an int

@mfontanini mfontanini merged commit 1bb3f65 into main Mar 21, 2025
4 checks passed
@mfontanini mfontanini deleted the feat/payments branch March 21, 2025 20:24
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.

5 participants