Skip to main content

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 and jump_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.

Implemented By

TxLogInfoGql

union

Coinweb © 2024