Skip to content

Commit

Permalink
Update generated clients
Browse files Browse the repository at this point in the history
  • Loading branch information
febo authored and github-actions[bot] committed Sep 27, 2023
1 parent cab7a38 commit a4502b5
Showing 1 changed file with 85 additions and 0 deletions.
85 changes: 85 additions & 0 deletions idls/bubblegum.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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": [
Expand Down

0 comments on commit a4502b5

Please sign in to comment.