Package Exports
- @layerzerolabs/lz-core
- @layerzerolabs/lz-core/package.json
Readme
layerzero-core
This package defines the core interface for the tooling stack, containing only neutral interfaces that are unrelated to the LayerZero protocol.
Transaction
Interface: Used for expressing transactions in different stages.Provider
Interface: Defines the connectors to a chain node.Signer
Interface: Handles message and transaction signing.- The
signHash
function is implemented in this package instead oflz-utilities
orlz-foundation
to minimize dependencies.