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

Move processor implementation #39

Merged
merged 11 commits into from
Sep 27, 2023
Prev Previous commit
Next Next commit
Update generated clients
febo authored and github-actions[bot] committed Sep 27, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit a4502b5116a472528c0e1d1b86b8963e37b39e07
85 changes: 85 additions & 0 deletions idls/bubblegum.json
Original file line number Diff line number Diff line change
@@ -832,6 +832,32 @@
}
]
},
{
"name": "setDecompressableState",
"docs": [
"Sets the `decompressible_state` of a tree."
],
"accounts": [
{
"name": "treeAuthority",
"isMut": true,
"isSigner": false
},
{
"name": "treeCreator",
"isMut": false,
"isSigner": true
}
],
"args": [
{
"name": "decompressableState",
"type": {
"defined": "DecompressibleState"
}
}
]
},
{
"name": "setDecompressibleState",
"docs": [
@@ -1808,6 +1834,65 @@
}
]
}
},
{
"name": "InstructionName",
"type": {
"kind": "enum",
"variants": [
{
"name": "Unknown"
},
{
"name": "MintV1"
},
{
"name": "Redeem"
},
{
"name": "CancelRedeem"
},
{
"name": "Transfer"
},
{
"name": "Delegate"
},
{
"name": "DecompressV1"
},
{
"name": "Compress"
},
{
"name": "Burn"
},
{
"name": "CreateTree"
},
{
"name": "VerifyCreator"
},
{
"name": "UnverifyCreator"
},
{
"name": "VerifyCollection"
},
{
"name": "UnverifyCollection"
},
{
"name": "SetAndVerifyCollection"
},
{
"name": "MintToCollectionV1"
},
{
"name": "SetDecompressibleState"
}
]
}
}
],
"errors": [