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

cgo: Add transaction signing and sending. #11

Open
JoeGruffins opened this issue Feb 1, 2024 · 2 comments · Fixed by #12
Open

cgo: Add transaction signing and sending. #11

JoeGruffins opened this issue Feb 1, 2024 · 2 comments · Fixed by #12

Comments

@JoeGruffins
Copy link

We need two separate methods, one to make and sign a transaction and one to send the raw tx. The info we get is a list of addresses with amounts and a fee (rate?).

@JoeGruffins
Copy link
Author

The sign transaction should also return the exact fee, so we don't have to parse the hex in dart.

@JoeGruffins
Copy link
Author

Going to do this.

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 a pull request may close this issue.

1 participant