Skip to content

Commit

Permalink
Merge pull request #75 from metaplex-foundation/danenbm/remove-more-idl
Browse files Browse the repository at this point in the history
More IDL space savings
  • Loading branch information
blockiosaurus authored Jan 12, 2024
2 parents 800ec27 + 310a311 commit e85d5c4
Showing 1 changed file with 0 additions and 88 deletions.
88 changes: 0 additions & 88 deletions idls/bubblegum.json
Original file line number Diff line number Diff line change
Expand Up @@ -753,32 +753,6 @@
}
]
},
{
"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 @@ -1926,68 +1900,6 @@
}
]
}
},
{
"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"
},
{
"name": "UpdateMetadata"
}
]
}
}
],
"errors": [
Expand Down

0 comments on commit e85d5c4

Please sign in to comment.