tornado-relayer-registry-su.../schema.graphql

8 lines
119 B
GraphQL
Raw Permalink Normal View History

2022-02-25 11:11:19 +01:00
type Relayer @entity {
id: ID!
address: Bytes!
ensName: String!
ensHash: Bytes!
blockRegistration: BigInt!
}