7 lines
88 B
GraphQL
7 lines
88 B
GraphQL
type Account @entity {
|
|
id: ID!
|
|
key: Bytes!
|
|
owner: Bytes!
|
|
blockNumber: BigInt!
|
|
}
|