-
Notifications
You must be signed in to change notification settings - Fork 47
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
converted bubblegum to sdk pages #327
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
#### CreateTreeConfigCpiBuilder - Example | ||
|
||
```rust | ||
CreateTreeConfigCpiBuilder::new() | ||
.merkle_tree(context.accounts.merkle_tree) | ||
.tree_config(context.accounts.tree_config) | ||
.payer(context.accounts.payer) | ||
.tree_creator(context.accounts.tree_creator) | ||
.log_wrapper(SPL_NOOP_ID) | ||
.compression_program(context.accounts.compression_program) | ||
.system_program(context.acccounts.system_program) | ||
.max_depth(20) | ||
.max_bufferisz(1024) | ||
.public(false) | ||
.invoke() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something is wrong here i think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Believe I messaged you on slack about this. Can this be double checked?
When pulling the actual file the closing ``` seems to be there. Not sure whey it's not showing in github online.
Co-authored-by: MarkSackerberg <[email protected]>
Converted Bubblegum from Getting Started to SDK pages including re-direct from old pages.
https://developer-hub-git-bubblegum-sdk-metaplex-foundation.vercel.app/bubblegum/sdk