generated from holaplex/hub-rust-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Goal
Users can burn an NFT or token through the API.
Requirements
- Write burnt_mint_history record recording the transaction, its status, the initiator or the request, and the mint that was burnt.
- Charge for burning a mint
- Burn supports Solana and Polygon
type BurnMintInput {
id: UUID!
}
type BurnMintPayload {
id: UUID!
}
mutation {
burnMint(input: BurnMintInput): BurnMintPayload!
}Metadata
Metadata
Assignees
Labels
No labels