Skip to content

subsquid-labs/proposals-squid

 
 

Repository files navigation

Description

Squid for DeepDAO that allows to get a history of chain states and governance proposals

Sample query

query MyQuery {
  proposals(where: {type_eq: CouncilMotion}, limit: 10) {
    index
    hash
    proposer
    proposedCall {
      section
      method
      description
    }
    status
    threshold {
      ... on MotionThreshold {
        __typename
        value
      }
    }
    type
    voting(limit: 10) {
      voter
      decision
    }
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.9%
  • Other 0.1%