Receive
This commit is contained in:
parent
a54ac76523
commit
2bab960f23
9 changed files with 62500 additions and 911 deletions
12
g1bridge/res/indexer-queries.graphql
Normal file
12
g1bridge/res/indexer-queries.graphql
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
query ReceivedTransactions($address: String!, $block: Int!) {
|
||||
tx: transfer(where: { blockNumber: { _gt: 1 }, to: { id: { _eq: "" } } }) {
|
||||
amount
|
||||
comment {
|
||||
remark
|
||||
}
|
||||
}
|
||||
b: block(limit: 1, orderBy: { height: DESC }) {
|
||||
height
|
||||
hash
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue