mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-20 12:56:20 +00:00
15 lines
261 B
Plaintext
15 lines
261 B
Plaintext
|
query slotClaim($id: String!, $block: Block_height){
|
||
|
slotClaim(id: $id, block: $block){
|
||
|
id
|
||
|
slot{
|
||
|
id
|
||
|
}
|
||
|
owner
|
||
|
winningBid
|
||
|
oldBid
|
||
|
startTime
|
||
|
expirationTime
|
||
|
taxRatePerDay
|
||
|
}
|
||
|
}
|