Skip to content

Commit

Permalink
👽 extended interactions with RMRK v2
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiival committed Oct 25, 2022
1 parent 810ede0 commit d036a31
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -104,19 +104,31 @@ type Emote @entity {
value: String!
}

# DEV: for RMRK v1 MINT use CREATE
# DEV: for RMRK v1 MINTNFT use MINT
enum Interaction {
ACCEPT
BASE
BURN
CREATE
DESTROY
MINT
MINTNFT
LIST
UNLIST
BUY
SEND
CONSUME
CHANGEISSUER
EMOTE
SETPRIORITY
SETPROPERTY
THEMEADD
RESADD
EQUIP
EQUIPPABLE
LOCK
UNLIST
}


# Cachce and tables
type Series @entity {
id: ID!
issuer: String,
Expand Down

0 comments on commit d036a31

Please sign in to comment.