• Converts a DepTypeLike value to its corresponding byte representation.

    Parameters

    Returns ccc.Bytes

    A Uint8Array containing the byte representation of the dep type.

    const depTypeBytes = depTypeToBytes("code"); // Outputs Uint8Array [1]