Function constructAssetId

  • §2.2 — Asset_ID construction. I = H(pk_issuer ∥ ts ∥ nonce)

    Parameters

    • pubkeyHex: string

      Compressed public key (hex)

    • timestampUnix: number

      Issuance Unix timestamp

    • nonceHex: string

      8-byte nonce (hex)

    Returns string