Skip to content

Commit

Permalink
🔧 DESTROY interaction type
Browse files Browse the repository at this point in the history
  • Loading branch information
roiLeo committed Nov 22, 2023
1 parent 61dc351 commit aecaacf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions minimark/src/rmrk/v2/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ export type CreateInteractionProps =
| { action: Interaction.CREATE; payload: Create }
| { action: Interaction.MINT; payload: Mint }
| { action: Interaction.BURN; payload: Burn }
| { action: Interaction.DESTROY; payload: Burn }

export type UnwrapValue = {
[Interaction.ACCEPT]: Accept
Expand Down

0 comments on commit aecaacf

Please sign in to comment.