l2TxFullLog
GET L2 tx full log by its txid
and a selected blockchain network
NOTE:
There could be several differrent transaction log entries with the same txid if
they are execcuted at different time.
l2TxFullLog(
txid: String!
network: NetworkName!
): [FullTxLogGql!]
Arguments
l2TxFullLog.txid
● String!
non-null scalar
Coinweb L2 tx id
l2TxFullLog.network
● NetworkName!
non-null enum
Blockchain network to use
Type
FullTxLogGql
object
FullTxLogGql contains log about l2 transaction execution and log metadata