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.
TransactionInterface: Used for expressing transactions in different stages.ProviderInterface: Defines the connectors to a chain node.SignerInterface: Handles message and transaction signing.- The
signHashfunction is implemented in this package instead oflz-utilitiesorlz-foundationto minimize dependencies.