Skip to content

Define the structure of ipfs data for approved/rejected grant applications #201

Closed Answered by chibie
chibie asked this question in Q&A
Discussion options

You must be logged in to vote

based on the current subgraph implementation, i suggest this structure as a quickie to be improved upon if anything changes

[
  {
    id: string,
    status: "APPROVED" | "REJECTED",
    payoutAddress: string
  },
  ...
]

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@thelostone-mc
Comment options

Answer selected by thelostone-mc
Comment options

You must be logged in to vote
1 reply
@chibie
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants