5 lines
130 B
GraphQL
5 lines
130 B
GraphQL
|
extend type Withdrawal {
|
||
|
"Whether or the not the withdrawal is being processed on Ethereum"
|
||
|
pendingOnForeignChain: Boolean!
|
||
|
}
|