JSPM

@layerzerolabs/lz-core

3.0.11
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 13225
    • Score
      100M100P100Q142970F
    • License BUSL-1.1

    LayerZero Core Library

    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 of lz-utilities or lz-foundation to minimize dependencies.