GqlL1Parameters
No description
type GqlL1Parameters {
l1Network: NetworkName!
utxoReservationMaxNumberOfBlocks: Int!
txEmbedMaxNumberOfBlocks: Int!
txSuccessMaxNumberOfBlocks: Int!
txMonitoredConfirmations: Int!
}
Fields
GqlL1Parameters.l1Network ● NetworkName! non-null enum
GqlL1Parameters.utxoReservationMaxNumberOfBlocks ● Int! non-null scalar
Defines maximum number of blocks UTXO's are reserved for
GqlL1Parameters.txEmbedMaxNumberOfBlocks ● Int! non-null scalar
Defines maximum number of blocks to wait for L1 confirmed status for a transaction
GqlL1Parameters.txSuccessMaxNumberOfBlocks ● Int! non-null scalar
Defines maximum number of blocks to wait for a transaction success claim
GqlL1Parameters.txMonitoredConfirmations ● Int! non-null scalar
Defines maximum number of blocks to wait after success claim for a transaction to be considered as L2 confirmed