arkiv-sdk
    Preparing search index...

    Type Alias Hex

    Hex: `0x${string}`

    Type representing hexadecimal-encoded values used throughout the Arkiv protocol.

    This type ensures type safety for Ethereum addresses, entity keys, transaction hashes, and other blockchain-related hexadecimal values that must start with '0x'.

    const entityKey: Hex = "0x1234567890abcdef1234567890abcdef12345678";
    const address: Hex = "0x742d35Cc9e1e3FbD000de0e98a3b8b8c0d3b2F8e";