mirror of
https://github.com/tornadocash/tornado-relayer-registry-subgraph.git
synced 2024-12-04 15:14:36 +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!
|
||
|
}
|