mirror of
https://github.com/tornadocash/tornado-relayer-registry-subgraph.git
synced 2024-12-04 07:07:32 +01:00
8 lines
119 B
GraphQL
8 lines
119 B
GraphQL
type Relayer @entity {
|
|
id: ID!
|
|
address: Bytes!
|
|
ensName: String!
|
|
ensHash: Bytes!
|
|
blockRegistration: BigInt!
|
|
}
|