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

[stacks-core] Stacks transactions #56

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

stjepangolemac
Copy link
Contributor

  • adding a bunch of types related to transactions
  • still unsure how to proceed - replicate types or try to simplify

@stjepangolemac stjepangolemac added the enhancement New feature or request label Aug 18, 2023
@stjepangolemac stjepangolemac self-assigned this Aug 18, 2023
@stjepangolemac stjepangolemac linked an issue Aug 18, 2023 that may be closed by this pull request
pub struct Transaction {
pub version: TransactionVersion,
pub chain_id: u32,
pub auth: TransactionAuth,
Copy link
Contributor

Choose a reason for hiding this comment

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

Wonder if these more complicated types should be pulled into their own module similar to how Payload is done.

@AshtonStephens
Copy link
Collaborator

Is this PR stale? Can we close it?

@friedger
Copy link
Collaborator

friedger commented Oct 6, 2023

@stjepangolemac would know best.
Related to #80

@stjepangolemac
Copy link
Contributor Author

It's stale and needs to be updated with latest main or started from scratch. We need to be able to handle and create Stacks transactions from the SDK.

@CLAassistant
Copy link

CLAassistant commented Nov 16, 2023

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stacks transaction APIs
5 participants