Skip to content

Latest commit

 

History

History
35 lines (32 loc) · 585 Bytes

File metadata and controls

35 lines (32 loc) · 585 Bytes

Find registered data about banned web3names:

query BannedNames {
  web3Names(filter: { banned: { equalTo: true } }) {
    totalCount
    nodes {
      id
      banned
      ownerships {
        totalCount
        nodes {
          id
          bearerId
          payer
          claimBlockId
          releaseBlockId
        }
      }

      sanctionsByNameId {
        totalCount
        nodes {
          id
          nameId
          nature
          enforcementBlockId
        }
      }
    }
  }
}

It has never happened on the KILT production blockchain Spiritnet.