Preparing search index...
The search index is not available
web3-plugin-zksync
web3-plugin-zksync
types
L2ToL1Log
Interface L2ToL1Log
Represents a L2 to L1 transaction log.
interface
L2ToL1Log
{
blockHash
:
string
;
blockNumber
:
number
;
isService
:
boolean
;
key
:
string
;
l1BatchNumber
:
number
;
logIndex
:
number
;
sender
:
string
;
shardId
:
number
;
transactionHash
:
string
;
transactionIndex
:
number
;
value
:
string
;
}
Index
Properties
block
Hash
block
Number
is
Service
key
l1
Batch
Number
log
Index
sender
shard
Id
transaction
Hash
transaction
Index
value
Properties
block
Hash
blockHash
:
string
block
Number
blockNumber
:
number
is
Service
isService
:
boolean
key
key
:
string
l1
Batch
Number
l1BatchNumber
:
number
log
Index
logIndex
:
number
sender
sender
:
string
shard
Id
shardId
:
number
transaction
Hash
transactionHash
:
string
transaction
Index
transactionIndex
:
number
value
value
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
block
Hash
block
Number
is
Service
key
l1
Batch
Number
log
Index
sender
shard
Id
transaction
Hash
transaction
Index
value
web3-plugin-zksync
Loading...
Represents a L2 to L1 transaction log.