Skip to content

Commit

Permalink
Regenerating API
Browse files Browse the repository at this point in the history
  • Loading branch information
danenbm committed Aug 31, 2022
1 parent 6cb3e1b commit c694cde
Show file tree
Hide file tree
Showing 2 changed files with 168 additions and 50 deletions.
52 changes: 36 additions & 16 deletions bubblegum/js/idl/bubblegum.json
Original file line number Diff line number Diff line change
Expand Up @@ -1835,88 +1835,108 @@
},
{
"code": 6009,
"name": "CreatorHashMismatch",
"msg": "User-provided creator Vec must result in same user-provided creator hash"
},
{
"code": 6010,
"name": "DataHashMismatch",
"msg": "User-provided metadata must result in same user-provided data hash"
},
{
"code": 6011,
"name": "CreatorsTooLong",
"msg": "Creators list too long"
},
{
"code": 6010,
"code": 6012,
"name": "MetadataNameTooLong",
"msg": "Name in metadata is too long"
},
{
"code": 6011,
"code": 6013,
"name": "MetadataSymbolTooLong",
"msg": "Symbol in metadata is too long"
},
{
"code": 6012,
"code": 6014,
"name": "MetadataUriTooLong",
"msg": "Uri in metadata is too long"
},
{
"code": 6013,
"code": 6015,
"name": "MetadataBasisPointsTooHigh",
"msg": "Basis points in metadata cannot exceed 10000"
},
{
"code": 6014,
"code": 6016,
"name": "InsufficientMintCapacity",
"msg": "Not enough unapproved mints left"
},
{
"code": 6015,
"code": 6017,
"name": "MintRequestNotApproved",
"msg": "Mint request not approved"
},
{
"code": 6016,
"code": 6018,
"name": "MintRequestKeyMismatch",
"msg": "Mint authority key does not match request"
},
{
"code": 6017,
"code": 6019,
"name": "MintRequestDiscriminatorMismatch",
"msg": "Mint request data has incorrect disciminator"
},
{
"code": 6018,
"code": 6020,
"name": "CloseMintRequestError",
"msg": "Something went wrong closing mint request"
},
{
"code": 6019,
"code": 6021,
"name": "MintAuthorityMustSign",
"msg": "The mint authority must sign if it is not equal to the tree authority"
},
{
"code": 6022,
"name": "NumericalOverflowError",
"msg": "NumericalOverflowError"
},
{
"code": 6020,
"code": 6023,
"name": "IncorrectOwner",
"msg": "Incorrect account owner"
},
{
"code": 6021,
"code": 6024,
"name": "CollectionCannotBeVerifiedInThisInstruction",
"msg": "Cannot Verify Collection in this Instruction"
},
{
"code": 6022,
"code": 6025,
"name": "CollectionNotFound",
"msg": "Collection Not Found on Metadata"
},
{
"code": 6023,
"code": 6026,
"name": "AlreadyVerified",
"msg": "Collection item is already verified."
},
{
"code": 6024,
"code": 6027,
"name": "AlreadyUnverified",
"msg": "Collection item is already unverified."
},
{
"code": 6025,
"code": 6028,
"name": "UpdateAuthorityIncorrect",
"msg": "Incorrect leaf metadata update authority."
},
{
"code": 6029,
"name": "LeafAuthorityMustSign",
"msg": "This transaction must be signed by either the leaf owner or leaf delegate"
}
],
"metadata": {
Expand Down
Loading

0 comments on commit c694cde

Please sign in to comment.