ParentGql
L2 transaction parent
type ParentGql {
l2Txid: String!
opPosition: Int!
fromShard: NetworkName
}
Fields
ParentGql.l2Txid
● String!
non-null scalar
L2 transaction id
ParentGql.opPosition
● Int!
non-null scalar
The position of the call_op that spawn the children
ParentGql.fromShard
● NetworkName
enum
If not null, it means it came through a jump from the specified shard, otherwise, if null, it means it didn't come from a jump.