Skip to content

ts: builder api - #1324

Merged
armaniferrante merged 4 commits into
masterfrom
armani/builder
Jan 15, 2022
Merged

armaniferrante merged 4 commits into
masterfrom
armani/builder

Conversation

@armaniferrante

Copy link
Copy Markdown
Contributor

Closes #59.

Introduces a builder api, which can be used as a more ergonomic alternative to the existing namespace space apis. For example, to send a signed transaction, one can use

program
  .methods
  .myMethod(...args).
  .accounts({ ... })
  .signers([...])
  .rpc()

@armaniferrante
armaniferrante merged commit e121e4e into master Jan 15, 2022
@armaniferrante
armaniferrante deleted the armani/builder branch January 15, 2022 22:09
losman0s pushed a commit to losman0s/anchor that referenced this pull request Feb 7, 2022
akash-osec pushed a commit to akash-osec/anchor that referenced this pull request Mar 25, 2026
@jamie-osec jamie-osec added this to the Pre-1.0 milestone Jun 24, 2026
akash-osec pushed a commit to akash-osec/anchor that referenced this pull request Jul 25, 2026
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.

ts: Client transaction builder pattern

2 participants