FullTxLogGql
FullTxLogGql contains log about l2 transaction execution and log metadata
type FullTxLogGql {
network: NetworkName!
txid: String!
execStep: Int!
blockHeight: Int!
txIssuer: String!
rawContent: [String!]
txLogInfo: [TxLogInfoGql!]
}
Fields
FullTxLogGql.network
● NetworkName!
non-null enum
Network name
FullTxLogGql.txid
● String!
non-null scalar
L2 transaction id
FullTxLogGql.execStep
● Int!
non-null scalar
Execution step: A counter that keeps track on how many times the
coinweb_evaluate
function has being called.
FullTxLogGql.blockHeight
● Int!
non-null scalar
Block height
FullTxLogGql.txIssuer
● String!
non-null scalar
Transaction claim issuer type