ContactExecutedGql
Executed l2 transaction information
type ContactExecutedGql {
contract: String!
children: [String!]!
directChildren: [String!]!
jumpChildren: [JumpChildrenGql!]!
}
Fields
ContactExecutedGql.contract
● String!
non-null scalar
Contract
ContactExecutedGql.children
● [String!]!
non-null scalar
L2txid children, (union of
direct_children
andjump_children
fields)
ContactExecutedGql.directChildren
● [String!]!
non-null scalar
L2txid children that are not jumping to other shards.
ContactExecutedGql.jumpChildren
● [JumpChildrenGql!]!
non-null object
L2txid of children jump to other shards, alongside that shard.