Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

[stacks-core] Stacks transactions#56

Draft
stjepangolemac wants to merge 2 commits into
mainfrom
23-stacks-transaction-apis
Draft

[stacks-core] Stacks transactions#56
stjepangolemac wants to merge 2 commits into
mainfrom
23-stacks-transaction-apis

Conversation

@stjepangolemac

Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Contributor

Is this PR stale? Can we close it?

@friedger

friedger commented Oct 6, 2023

Copy link
Copy Markdown
Contributor

@stjepangolemac would know best.
Related to #80

@stjepangolemac

Copy link
Copy Markdown
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

CLAassistant commented Nov 16, 2023

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Stacks transaction APIs

5 participants